Uses of Interface
com.google.inject.internal.BytecodeGen.EnhancerBuilder
Packages that use BytecodeGen.EnhancerBuilder
Package
Description
Guice (sounds like "juice")
-
Uses of BytecodeGen.EnhancerBuilder in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type BytecodeGen.EnhancerBuilderModifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache<Class<?>,
BytecodeGen.EnhancerBuilder> BytecodeGen.ENHANCER_BUILDERS
Cache of recentBytecodeGen.EnhancerBuilder
s.Methods in com.google.inject.internal that return BytecodeGen.EnhancerBuilderModifier and TypeMethodDescription(package private) static BytecodeGen.EnhancerBuilder
BytecodeGen.enhancerBuilder
(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.EnhancerBuilderModifier and TypeClassDescription(package private) final class
Builder of enhancers that provide method interception via bytecode generation.Methods in com.google.inject.internal.aop that return BytecodeGen.EnhancerBuilderModifier and TypeMethodDescriptionstatic BytecodeGen.EnhancerBuilder
ClassBuilding.buildEnhancerBuilder
(Class<?> hostClass) Builder of enhancers that provide method interception via bytecode generation.