Interface Transformation


public interface Transformation
A transformation upon an entity.
Since:
1.0.41
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Transforms the given entity in place.
  • Method Details

    • transform

      void transform(GenericValue entity)
      Transforms the given entity in place.
      Parameters:
      entity - the entity to transform (never null)