|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.conversion.ListCH
public class ListCH
| Constructor Summary | |
|---|---|
ListCH()
|
|
| 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 ListCH()
| Method Detail |
|---|
public java.lang.Object convertFrom(java.lang.Object in)
ConversionHandler
convertFrom in interface ConversionHandlerin - - the input type
public boolean canConvertFrom(java.lang.Class cls)
ConversionHandler
canConvertFrom in interface ConversionHandlercls - - the source type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||