Package org.apache.camel.impl.converter
Class CachingInjector<T>
- java.lang.Object
-
- org.apache.camel.impl.converter.CachingInjector<T>
-
public class CachingInjector<T> extends Object
A caching proxy
-
-
Constructor Summary
Constructors Constructor Description CachingInjector(org.apache.camel.spi.TypeConverterRegistry repository, Class<T> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
createInstance(Class<T> t)
T
newInstance()
-