Module org.apache.johnzon.mapper
Class CachedDelegateConverter<T>
- java.lang.Object
- 
- org.apache.johnzon.mapper.converter.CachedDelegateConverter<T>
 
- 
- All Implemented Interfaces:
- Converter<T>,- MapperConverter
 
 public class CachedDelegateConverter<T> extends java.lang.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)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TfromString(java.lang.String text)java.lang.StringtoString(T instance)
 
-