JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
me.hsgamer.topper.storage.flat.core
Interface FlatValueConverter<T>
public interface
FlatValueConverter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
fromString
(@NotNull
String
value)
@NotNull
String
toString
(
T
value)
Method Details
toString
@NotNull
@NotNull
String
toString
(@NotNull
T
value)
fromString
@Nullable
T
fromString
(@NotNull @NotNull
String
value)