Class AbstractToStringConverter<T>

  • All Implemented Interfaces:
    IValueConverter<T>

    public abstract class AbstractToStringConverter<T>
    extends AbstractNullSafeConverter<T>
    Abstract implementation of a IValueConverter, that does not fail on null-Values and uses a simple Object.toString() to obtain the String representation.
    • Constructor Detail

      • AbstractToStringConverter

        public AbstractToStringConverter()