Interface PlasticClassTransformation<T>

Type Parameters:
T - the type being generated.
All Known Subinterfaces:
InternalPlasticClassTransformation
All Known Implementing Classes:
PlasticClassImpl

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

    Modifier and Type
    Method
    Description
    Terminates the class transformation process, finishes any final bookkeeping, and returns an object used to instantiate the transformed class.
    Returns the PlasticClass being transformed.