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 (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.