Package org.apache.johnzon.mapper
Interface MapperConfig.CustomEnumConverter<A>
-
- All Superinterfaces:
Converter<A>
,Converter.TypeAccess
,MapperConverter
- All Known Implementing Classes:
EnumConverter
,JsonbEnumAdapter
- Enclosing class:
- MapperConfig
public static interface MapperConfig.CustomEnumConverter<A> extends Converter<A>, Converter.TypeAccess
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.Converter
Converter.TypeAccess
-
-
Method Summary
-
Methods inherited from interface org.apache.johnzon.mapper.Converter
fromString, toString
-
Methods inherited from interface org.apache.johnzon.mapper.Converter.TypeAccess
type
-
-