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.Converter
Converter.TypeAccess 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CachedDelegateConverter(Converter<T> delegate) 
 - 
 
- 
- 
Field Detail
- 
strings
private final ConcurrentMap<T,String> strings
 
- 
values
private final ConcurrentMap<String,T> values
 
 - 
 
 -