Interface StringConverter<T>

    • Method Detail

      • toString

        default String toString​(T object)
        Convert the provided object into a string.
      • fromString

        T fromString​(String string)
        Convert the provided string into an object.
      • type

        EnhancedType<T> type()
        The type supported by this converter.