|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBaseTypeConverter
DelegatingTypeConverter
public final class DelegatingTypeConverter
Implementation of the TypeConverter
interface that delegates
to a TypeConverter
implementation which doesn't extend
BaseTypeConverter
.
Constructor Summary | |
---|---|
DelegatingTypeConverter(TypeConverter converter)
|
Method Summary | |
---|---|
Object |
convertToObject(Class type,
String value,
Locale locale)
Convert the String to a type, optinally using the given locale. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingTypeConverter(TypeConverter converter)
Method Detail |
---|
public Object convertToObject(Class type, String value, Locale locale)
BaseTypeConverter
convertToObject
in class BaseTypeConverter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |