T
- the type of the converterpublic interface FromStringConverter<T>
String
.
FromStringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
Modifier and Type | Method and Description |
---|---|
T |
convertFromString(Class<? extends T> cls,
String str)
Converts the specified object from a
String . |
Copyright © 2010–2017 Joda.org. All rights reserved.