Interface Stringifier<T>
- All Known Implementing Classes:
EnumStringifier
,KeyStringifier
,NullStringifier
public interface Stringifier<T>
Used with the @Stringify annotation to convert arbitrary objects to Strings.
- Author:
- Jeff Schnitzer invalid input: '<'[email protected]>
-
Method Summary
-
Method Details
-
toString
Convert the thing to a string -
fromString
Convert the string back to a thing
-