T
- public interface PlasticClassTransformation<T>
PlasticClass
that allows the class to be converted into a concrete class, once all
transformations are complete.Modifier and Type | Method and Description |
---|---|
ClassInstantiator<T> |
createInstantiator()
Terminates the class transformation process, finishes any final bookkeeping, and
returns an object used to instantiate the transformed class.
|
PlasticClass |
getPlasticClass()
Returns the PlasticClass being transformed.
|
PlasticClass getPlasticClass()
ClassInstantiator<T> createInstantiator()
PlasticClass
(or related objects) can be invoked.
The returned ClassInstantiator has an empty InstanceContext
map. Use
ClassInstantiator.with(Class, Object)
to create a new ClassInstantiator with new InstanceContext entries.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.