Uses of Interface
com.google.inject.internal.BytecodeGen.EnhancerBuilder
-
Packages that use BytecodeGen.EnhancerBuilder Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.internal.aop -
-
Uses of BytecodeGen.EnhancerBuilder in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type BytecodeGen.EnhancerBuilder Modifier and Type Field Description private static com.google.common.cache.LoadingCache<java.lang.Class<?>,BytecodeGen.EnhancerBuilder>
BytecodeGen. ENHANCER_BUILDERS
Cache of recentBytecodeGen.EnhancerBuilder
s.Methods in com.google.inject.internal that return BytecodeGen.EnhancerBuilder Modifier and Type Method Description (package private) static BytecodeGen.EnhancerBuilder
BytecodeGen. enhancerBuilder(java.lang.Class<?> hostClass)
Create a builder of enhancers for the given class. -
Uses of BytecodeGen.EnhancerBuilder in com.google.inject.internal.aop
Classes in com.google.inject.internal.aop that implement BytecodeGen.EnhancerBuilder Modifier and Type Class Description (package private) class
EnhancerBuilderImpl
Builder of enhancers that provide method interception via bytecode generation.Methods in com.google.inject.internal.aop that return BytecodeGen.EnhancerBuilder Modifier and Type Method Description static BytecodeGen.EnhancerBuilder
ClassBuilding. buildEnhancerBuilder(java.lang.Class<?> hostClass)
Builder of enhancers that provide method interception via bytecode generation.
-