Class ComplexFlatValueConverter<T>
java.lang.Object
me.hsgamer.topper.storage.flat.converter.ComplexFlatValueConverter<T>
- All Implemented Interfaces:
FlatValueConverter<T>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ComplexFlatValueConverter.Builder
<T> builder()
fromString
(@NotNull String value) @NotNull String
-
Method Details
-
builder
-
toString
- Specified by:
toString
in interfaceFlatValueConverter<T>
-
fromString
- Specified by:
fromString
in interfaceFlatValueConverter<T>
-