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.Converter
Converter.TypeAccess
-
-
Constructor Summary
Constructors Constructor Description CachedDelegateConverter(Converter<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
fromString(java.lang.String text)
java.lang.String
toString(T instance)
-