@ThreadSafe @Immutable public interface StringConverter<T>
String
.Modifier and Type | Method and Description |
---|---|
T |
fromString(String string)
Convert the provided string into an object.
|
default String |
toString(T object)
Convert the provided object into a string.
|
EnhancedType<T> |
type()
The type supported by this converter.
|
Copyright © 2023. All rights reserved.