org.dozer.converters
Class CustomConverterDescription

java.lang.Object
  extended by org.dozer.converters.CustomConverterDescription

public class CustomConverterDescription
extends Object

Internal class that contains the custom converter definition information. Only intended for internal use.

Author:
sullins.ben

Constructor Summary
CustomConverterDescription()
           
 
Method Summary
 Class<?> getClassA()
           
 Class<?> getClassB()
           
 Class<?> getType()
           
 void setClassA(Class<?> classA)
           
 void setClassB(Class<?> classB)
           
 void setType(Class<?> type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomConverterDescription

public CustomConverterDescription()
Method Detail

getClassA

public Class<?> getClassA()

setClassA

public void setClassA(Class<?> classA)

getClassB

public Class<?> getClassB()

setClassB

public void setClassB(Class<?> classB)

getType

public Class<?> getType()

setType

public void setType(Class<?> type)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 dozer. All Rights Reserved.