|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Converters
A facade for a collection of converters that provides string-to-type conversions.
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
boolean canConvert(Type type)
type - the object Type to convert to
Object convert(String value,
Type type)
value - the String value to converttype - the object Type to convert to
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||