| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like "juice")
|
| com.google.inject.internal.aop |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.common.cache.LoadingCache<java.lang.Class<?>,BytecodeGen.EnhancerBuilder> |
BytecodeGen.ENHANCER_BUILDERS
Cache of recent
BytecodeGen.EnhancerBuilders. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static BytecodeGen.EnhancerBuilder |
BytecodeGen.enhancerBuilder(java.lang.Class<?> hostClass)
Create a builder of enhancers for the given class.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
EnhancerBuilderImpl
Builder of enhancers that provide method interception via bytecode generation.
|
| Modifier and Type | Method and Description |
|---|---|
static BytecodeGen.EnhancerBuilder |
ClassBuilding.buildEnhancerBuilder(java.lang.Class<?> hostClass)
Builder of enhancers that provide method interception via bytecode generation.
|