|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface PlasticClassTransformation<T>
A wrapper around a PlasticClass that allows the class to be converted into a concrete class, once all
transformations are complete.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||