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.ConverterConverter.TypeAccess
 
- 
 - 
Method Summary- 
Methods inherited from interface org.apache.johnzon.mapper.ConverterfromString, toString
 - 
Methods inherited from interface org.apache.johnzon.mapper.Converter.TypeAccesstype
 
- 
 
-