org.apache.camel.impl
Class ReportingTypeConverterLoader.TypeMapping

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

public static class ReportingTypeConverterLoader.TypeMapping
extends Object

Represents a mapping from one type (which can be null) to another Used by the camel-maven-plugin.


Constructor Summary
ReportingTypeConverterLoader.TypeMapping(Class toType, Class fromType, Class converterType, Method method)
           
 
Method Summary
 boolean equals(Object object)
           
 Class getConverterType()
           
 Class getFromType()
           
 int getIndex()
           
 Method getMethod()
           
 Class getToType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportingTypeConverterLoader.TypeMapping

public ReportingTypeConverterLoader.TypeMapping(Class toType,
                                                Class fromType,
                                                Class converterType,
                                                Method method)
Method Detail

getFromType

public Class getFromType()

getToType

public Class getToType()

getConverterType

public Class getConverterType()

getMethod

public Method getMethod()

getIndex

public int getIndex()

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


Copyright © 2009 IONA Open Source Community. All Rights Reserved.