public interface Converters
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Type type)
Returns true if a converters is available to convert to the given object type
|
Object |
convert(String value,
Type type)
Converts a particular string value into the target type
|
boolean canConvert(Type type)
type - the object Type to convert to