Uses of Class
net.bytebuddy.agent.builder.LambdaFactory
Packages that use LambdaFactory
Package
Description
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 LambdaFactoryModifier and TypeFieldDescriptionstatic final Map<ClassFileTransformer,
LambdaFactory> LambdaFactory.CLASS_FILE_TRANSFORMERS
A mapping of all registered class file transformers and their lambda factories, linked in their application order.