Class AbstractConvertable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String converterDefinition  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractConvertable​(java.lang.String converterDefinition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConverterDefinition()
      The class name of the converter to use.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • converterDefinition

        private final java.lang.String converterDefinition
    • Constructor Detail

      • AbstractConvertable

        public AbstractConvertable​(java.lang.String converterDefinition)
    • Method Detail

      • getConverterDefinition

        public java.lang.String getConverterDefinition()
        Description copied from interface: Convertable
        The class name of the converter to use.
        Specified by:
        getConverterDefinition in interface Convertable
        Returns:
        the class name of the converter to use, or null, if no converter should be used.