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 Summary

    Modifier and Type
    Method
    Description
    <T extends ConfigBeanProxy>
    T
    transform(T source)
    Returns a different view of the source object.
  • Method Details

    • 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