Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jellyfish
Class ConverterMock  view ConverterMock download ConverterMock.java

java.lang.Object
  extended byorg.jellyfish.ConverterMock
All Implemented Interfaces:
org.apache.commons.beanutils.Converter

public class ConverterMock
extends java.lang.Object
implements org.apache.commons.beanutils.Converter


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:
convert in interface org.apache.commons.beanutils.Converter