Interface PlasticClassTransformer

All Known Subinterfaces:
PlasticManagerDelegate
All Known Implementing Classes:
ComponentInstantiatorSourceImpl, NoopDelegate, StandardDelegate

public interface PlasticClassTransformer
Interface for defining how a PlasticClass is transformed. Often, a series of transformers are applied, in a specific order.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transform(PlasticClass plasticClass)
    Perform whatever transformations are appropriate on this PlasticClass.
  • Method Details

    • transform

      void transform(PlasticClass plasticClass)
      Perform whatever transformations are appropriate on this PlasticClass.