public abstract class StringConverter<T> extends Object
| Constructor and Description |
|---|
StringConverter() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
fromString(String string)
Converts the string provided into an object defined by the specific converter.
|
abstract String |
toString(T object)
Converts the object provided into its string form.
|
Copyright © 2025. All rights reserved.