org.apache.camel.impl.converter
Class CachingInjector<T>

java.lang.Object
  extended by org.apache.camel.impl.converter.CachingInjector<T>

public class CachingInjector<T>
extends Object

A caching proxy

Version:

Constructor Summary
CachingInjector(TypeConverterRegistry repository, Class<T> type)
           
 
Method Summary
protected  T createInstance(Class<T> t)
           
 T newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingInjector

public CachingInjector(TypeConverterRegistry repository,
                       Class<T> type)
Method Detail

newInstance

public T newInstance()

createInstance

protected T createInstance(Class<T> t)


Apache CAMEL