org.apache.camel.impl
Class ReportingTypeConverterRegistry
java.lang.Object
org.apache.camel.impl.ReportingTypeConverterRegistry
- All Implemented Interfaces:
- TypeConverterRegistry
public class ReportingTypeConverterRegistry
- extends Object
- implements TypeConverterRegistry
Registry for reporting type converters.
Used by the camel-maven-plugin.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportingTypeConverterRegistry
public ReportingTypeConverterRegistry()
getErrors
public String[] getErrors()
addTypeConverter
public void addTypeConverter(Class toType,
Class fromType,
TypeConverter typeConverter)
- Description copied from interface:
TypeConverterRegistry
- Allows a new type converter to be registered
- Specified by:
addTypeConverter in interface TypeConverterRegistry
- Parameters:
toType - the type to convert tofromType - the type to convert fromtypeConverter - the type converter to use
getInjector
public Injector getInjector()
- Specified by:
getInjector in interface TypeConverterRegistry
Copyright © 2009 Apache Software Foundation. All Rights Reserved.