Package | Description |
---|---|
net.bytebuddy.agent.builder |
An agent builder is used to easily implement load-time class-transformations using a Java agent.
|
Modifier and Type | Field and Description |
---|---|
static Map<ClassFileTransformer,LambdaFactory> |
LambdaFactory.CLASS_FILE_TRANSFORMERS
A mapping of all registered class file transformers and their lambda factories, linked in their application order.
|
Copyright © 2014–2020. All rights reserved.