Uses of Class
net.bytebuddy.agent.builder.LambdaFactory
-
Packages that use LambdaFactory Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent. -
-
Uses of LambdaFactory in net.bytebuddy.agent.builder
Fields in net.bytebuddy.agent.builder with type parameters of type LambdaFactory Modifier and Type Field Description static java.util.Map<java.lang.instrument.ClassFileTransformer,LambdaFactory>
LambdaFactory. CLASS_FILE_TRANSFORMERS
A mapping of all registered class file transformers and their lambda factories, linked in their application order.
-