|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.rblasch.convert.converters.AbstractConverter
org.rblasch.convert.converters.lang.IdentityConverter
| Constructor Summary | |
IdentityConverter(Type type)
|
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Object obj)
Try to convert the given Object. |
Type |
getDestinationType()
|
Type |
getSourceType()
|
int |
getWeight()
|
| Methods inherited from class org.rblasch.convert.converters.AbstractConverter |
equals, getConverter, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IdentityConverter(Type type)
| Method Detail |
public Type getSourceType()
public Type getDestinationType()
public int getWeight()
public java.lang.Object convert(java.lang.Object obj)
throws java.lang.Exception
Converter
obj - Object
java.lang.Exception - Conversion failed for some reason
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||