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:
toStringin interfaceFlatValueConverter<T>
-
fromString
- Specified by:
fromStringin interfaceFlatValueConverter<T>
-