Class CachedDelegateConverter<T>
- java.lang.Object
- 
- org.apache.johnzon.mapper.converter.CachedDelegateConverter<T>
 
- 
- All Implemented Interfaces:
- Converter<T>,- MapperConverter
 
 public class CachedDelegateConverter<T> extends Object implements Converter<T> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.ConverterConverter.TypeAccess
 
- 
 - 
Constructor SummaryConstructors Constructor Description CachedDelegateConverter(Converter<T> delegate)
 
- 
- 
- 
Field Detail- 
stringsprivate final ConcurrentMap<T,String> strings 
 - 
valuesprivate final ConcurrentMap<String,T> values 
 
- 
 
-