public interface PlasticManagerDelegate extends PlasticClassTransformer
PlasticManager
that performs the actual transformations of the class.
Transformations only occur on main classes, not on inner classes.Modifier and Type | Method and Description |
---|---|
<T> ClassInstantiator<T> |
configureInstantiator(String className,
ClassInstantiator<T> instantiator)
Configures the instantiator for a transformed PlasticClass.
|
transform
<T> ClassInstantiator<T> configureInstantiator(String className, ClassInstantiator<T> instantiator)
className
- fully qualified class name that was transformedinstantiator
- default instantiator, which has an empty InstanceContext
InstanceContext
values5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.