|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.common.TypeConverterFactoryImpl.PrimitiveTypeConverter
private static class TypeConverterFactoryImpl.PrimitiveTypeConverter
| Field Summary | |
|---|---|
private java.lang.Class |
clazz
|
| Constructor Summary | |
|---|---|
TypeConverterFactoryImpl.PrimitiveTypeConverter(java.lang.Class pClass)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
backConvert(java.lang.Object pObject)
Converts the given object into its generic representation. |
java.lang.Object |
convert(java.lang.Object pObject)
Converts the given object into the required representation. |
boolean |
isConvertable(java.lang.Object pObject)
Returns, whether the TypeConverter is
ready to handle the given object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.Class clazz
| Constructor Detail |
|---|
TypeConverterFactoryImpl.PrimitiveTypeConverter(java.lang.Class pClass)
| Method Detail |
|---|
public boolean isConvertable(java.lang.Object pObject)
TypeConverterTypeConverter is
ready to handle the given object. If so,
TypeConverter.convert(Object) may be called.
isConvertable in interface TypeConverterpublic java.lang.Object convert(java.lang.Object pObject)
TypeConverter
convert in interface TypeConverterpublic java.lang.Object backConvert(java.lang.Object pObject)
TypeConverter
backConvert in interface TypeConverter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||