org.apache.camel.spi
Interface TypeConverterAware


public interface TypeConverterAware

An interface for an object which is interested in being injected with the root TypeConverter such as for implementing a fallback type converter

Version:
See Also:
TypeConverterRegistry

Method Summary
 void setTypeConverter(TypeConverter parentTypeConverter)
          Injects the root type converter.
 

Method Detail

setTypeConverter

void setTypeConverter(TypeConverter parentTypeConverter)
Injects the root type converter.

Parameters:
parentTypeConverter - the root type converter


Apache CAMEL