|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.converter.CanonicalFromObjectConverter
public class CanonicalFromObjectConverter
Convert any Object to a Canonical format.
| Constructor Summary | |
|---|---|
CanonicalFromObjectConverter()
|
|
| Method Summary | |
|---|---|
Object |
convert(Object source)
Convert the actual source object. |
Class<?> |
getSourceType()
The source type the converter supports. |
Class<?> |
getTargetType()
The target type the converter supports. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CanonicalFromObjectConverter()
| Method Detail |
|---|
public Object convert(Object source)
throws ConversionException
IConverter
convert in interface IConverter<Object,Object>ConversionExceptionpublic Class<?> getSourceType()
IConverter
getSourceType in interface IConverter<Object,Object>public Class<?> getTargetType()
IConverter
getTargetType in interface IConverter<Object,Object>
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||