ma.glasnost.orika.metadata
Class ConverterKey

java.lang.Object
  extended by ma.glasnost.orika.metadata.ConverterKey

public class ConverterKey
extends Object


Constructor Summary
ConverterKey(String id)
           
ConverterKey(Type sourceType, Type destinationType)
           
 
Method Summary
 boolean equals(Object obj)
           
 Type getDestinationClass()
           
 Type getSourceClass()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConverterKey

public ConverterKey(Type sourceType,
                    Type destinationType)

ConverterKey

public ConverterKey(String id)
Method Detail

getSourceClass

public Type getSourceClass()

getDestinationClass

public Type getDestinationClass()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 Glasnost. All Rights Reserved.