Interface Converter<T>


  • public interface Converter<T>
    Converter is an interface describing a Java class that can perform Object-to-Entity and Entity-to-Object conversions between model data objects and a Entity representation of those objects that is suitable for rendering.