|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.conversion.ObjectCH
public class ObjectCH
Constructor Summary | |
---|---|
ObjectCH()
|
Method Summary | |
---|---|
boolean |
canConvertFrom(java.lang.Class cls)
This method is used to indicate to the runtime whehter or not the handler knows how to convert from the specified type. |
java.lang.Object |
convertFrom(java.lang.Object in)
Converts the passed argument to the type represented by the handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectCH()
Method Detail |
---|
public java.lang.Object convertFrom(java.lang.Object in)
ConversionHandler
convertFrom
in interface ConversionHandler
in
- - the input type
public boolean canConvertFrom(java.lang.Class cls)
ConversionHandler
canConvertFrom
in interface ConversionHandler
cls
- - the source type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |