public static interface Transformer.Context
| Modifier and Type | Method and Description |
|---|---|
ClassProvider |
getClassProvider()
Get a class provider instance that holds centralized information
about class files from the registered class providers.
|
java.util.function.Consumer<java.lang.String> |
getDebug()
Get a consumer that will handle debug-level logging output.
|
java.util.function.Consumer<java.lang.String> |
getLog()
Get a consumer that will handle standard-level logging output.
|
java.util.function.Consumer<java.lang.String> getLog()
java.util.function.Consumer<java.lang.String> getDebug()
ClassProvider getClassProvider()