Package org.apache.johnzon.mapper
Interface TypeAwareAdapter<A,B>
- 
- All Superinterfaces:
- Adapter<A,B>,- MapperConverter
 - All Known Implementing Classes:
- ConverterAdapter,- JohnzonJsonbAdapter,- LocaleConverter
 
 public interface TypeAwareAdapter<A,B> extends Adapter<A,B> 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TypegetFrom()default AdapterKeygetKey()TypegetTo()
 
- 
- 
- 
Method Detail- 
getToType getTo() 
 - 
getFromType getFrom() 
 - 
getKeydefault AdapterKey getKey() 
 
- 
 
-