Uses of Interface
org.apache.camel.spi.TypeConverterRegistry.Statistics

Packages that use TypeConverterRegistry.Statistics
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of TypeConverterRegistry.Statistics in org.apache.camel.impl.converter
 

Fields in org.apache.camel.impl.converter declared as TypeConverterRegistry.Statistics
protected  TypeConverterRegistry.Statistics BaseTypeConverterRegistry.statistics
           
 

Methods in org.apache.camel.impl.converter that return TypeConverterRegistry.Statistics
 TypeConverterRegistry.Statistics BaseTypeConverterRegistry.getStatistics()
           
 

Uses of TypeConverterRegistry.Statistics in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return TypeConverterRegistry.Statistics
 TypeConverterRegistry.Statistics TypeConverterRegistry.getStatistics()
          Gets the utilization statistics of this type converter registry
 



Apache CAMEL