Class EasyAbstractConverter<K>

java.lang.Object
org.csveed.bean.conversion.AbstractConverter<K>
org.csveed.bean.conversion.EasyAbstractConverter<K>
Type Parameters:
K - the key type
All Implemented Interfaces:
Converter<K>

public abstract class EasyAbstractConverter<K> extends AbstractConverter<K>
The Class EasyAbstractConverter.
  • Constructor Details

    • EasyAbstractConverter

      protected EasyAbstractConverter(Class<K> clazz)
      Instantiates a new easy abstract converter.
      Parameters:
      clazz - the clazz
  • Method Details

    • toString

      public String toString(K value) throws Exception
      Description copied from interface: Converter
      To string.
      Parameters:
      value - the value
      Returns:
      the string
      Throws:
      Exception - the exception