org.apache.camel.util
Class ReportingTypeConverterLoader.TypeMapping
java.lang.Object
org.apache.camel.util.ReportingTypeConverterLoader.TypeMapping
- Enclosing class:
- ReportingTypeConverterLoader
public static class ReportingTypeConverterLoader.TypeMapping
- extends Object
Represents a mapping from one type (which can be null) to another
ReportingTypeConverterLoader.TypeMapping
public ReportingTypeConverterLoader.TypeMapping(Class toType,
Class fromType,
Class converterType,
Method method)
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 © 2008 IONA Open Source Community. All Rights Reserved.