public class NoopDelegate extends Object implements PlasticManagerDelegate
Constructor and Description |
---|
NoopDelegate() |
Modifier and Type | Method and Description |
---|---|
ClassInstantiator |
configureInstantiator(String className,
ClassInstantiator instantiator)
Configures the instantiator for a transformed PlasticClass.
|
void |
transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass.
|
public NoopDelegate()
public void transform(PlasticClass plasticClass)
PlasticClassTransformer
transform
in interface PlasticClassTransformer
public ClassInstantiator configureInstantiator(String className, ClassInstantiator instantiator)
PlasticManagerDelegate
configureInstantiator
in interface PlasticManagerDelegate
className
- fully qualified class name that was transformedinstantiator
- default instantiator, which has an empty InstanceContext
InstanceContext
values${project.version} - Copyright © 2003-2015 The Apache Software Foundation.