|
|||||||||
| Home >> All >> org >> [ jellyfish overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jellyfish
Class ConverterMock

java.lang.Objectorg.jellyfish.ConverterMock
- All Implemented Interfaces:
- org.apache.commons.beanutils.Converter
- public class ConverterMock
- extends java.lang.Object
- implements org.apache.commons.beanutils.Converter
- extends java.lang.Object
| Field Summary | |
boolean |
convertCalled
|
java.lang.Object |
convertReturn
|
java.lang.Class |
convertType
|
java.lang.Object |
convertValue
|
| Constructor Summary | |
ConverterMock()
|
|
| Method Summary | |
java.lang.Object |
convert(java.lang.Class type,
java.lang.Object value)
Convert the specified input object into an output object of the specified type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
convertCalled
public boolean convertCalled
convertType
public java.lang.Class convertType
convertValue
public java.lang.Object convertValue
convertReturn
public java.lang.Object convertReturn
| Constructor Detail |
ConverterMock
public ConverterMock()
| Method Detail |
convert
public java.lang.Object convert(java.lang.Class type, java.lang.Object value)
- Description copied from interface:
org.apache.commons.beanutils.Converter - Convert the specified input object into an output object of the
specified type.
- Specified by:
convertin interfaceorg.apache.commons.beanutils.Converter
|
|||||||||
| Home >> All >> org >> [ jellyfish overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jellyfish.ConverterMock