| Class | Description |
|---|---|
| AbstractClassTransformer |
This provides a useful mechanism to pre-load/initialize classes that are required by a child class during class transformation,
but that may not have been loaded or initialized by the JVM.
|
| AnnotationsCopyClassTransformer | Deprecated
do not use this class, use
DirectCopyClassTransformer instead |
| DirectCopyClassTransformer |
This class transformer will copy fields, methods, and interface definitions from a source class to a target class,
based on the xformTemplates map.
|
| DirectCopyIgnorePattern | |
| DirectCopyTransformTypes |
Constants for tagging an entity class to receive byte code transformation upon
being loaded by the classloader
|
| NullClassTransformer |
This class transformer will do nothing.
|
| Annotation Type | Description |
|---|---|
| DirectCopyTransform | |
| DirectCopyTransformMember | |
| NonCopied |
Copyright © 2016. All Rights Reserved.