Interface ReportFieldsConverter


public interface ReportFieldsConverter
This interface describes logic which transform resulting values. Example: convert PGObject from postgresql to java.util.UUID
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    convert(Object input)
     
  • Method Details

    • convert

      <T> T convert(Object input)