Interface Convertable

    • Method Detail

      • hasConverter

        default boolean hasConverter()
        Returns:
        true if this is convertable, false otherwise.
      • getConverterDefinition

        java.lang.String getConverterDefinition()
        The class name of the converter to use.
        Returns:
        the class name of the converter to use, or null, if no converter should be used.