Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private BytecodeGen.Visibility |
ProxyFactory.visibility
PUBLIC is default; it's used if all the methods we're intercepting are public.
|
Modifier and Type | Method and Description |
---|---|
abstract BytecodeGen.Visibility |
BytecodeGen.Visibility.and(BytecodeGen.Visibility that) |
static BytecodeGen.Visibility |
BytecodeGen.Visibility.forMember(java.lang.reflect.Member member) |
static BytecodeGen.Visibility |
BytecodeGen.Visibility.forType(java.lang.Class<?> type) |
static BytecodeGen.Visibility |
BytecodeGen.Visibility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeGen.Visibility[] |
BytecodeGen.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract BytecodeGen.Visibility |
BytecodeGen.Visibility.and(BytecodeGen.Visibility that) |
static net.sf.cglib.proxy.Enhancer |
BytecodeGen.newEnhancer(java.lang.Class<?> type,
BytecodeGen.Visibility visibility) |