Interface Transformer


  • public interface Transformer
    Transfomer can transform a source object into a destination object, usually providing a different view of the original object.
    Author:
    Jerome Dochez
    • Method Detail

      • transform

        <T extends ConfigBeanProxy> T transform​(T source)
        Returns a different view of the source object.
        Parameters:
        source - the source object to transform
        Returns:
        the transformed view