org.apache.camel.impl.converter
Class BaseTypeConverterRegistry.TypeMapping

java.lang.Object
  extended by org.apache.camel.impl.converter.BaseTypeConverterRegistry.TypeMapping
Enclosing class:
BaseTypeConverterRegistry

protected static class BaseTypeConverterRegistry.TypeMapping
extends Object

Represents a mapping from one type (which can be null) to another


Method Summary
 boolean equals(Object object)
           
 Class<?> getFromType()
           
 Class<?> getToType()
           
 int hashCode()
           
 boolean isApplicable(Class<?> fromClass)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getFromType

public Class<?> getFromType()

getToType

public Class<?> getToType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

isApplicable

public boolean isApplicable(Class<?> fromClass)


Apache CAMEL