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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TypegetFrom()default AdapterKeygetKey()TypegetTo()
-
-
-
Method Detail
-
getTo
Type getTo()
-
getFrom
Type getFrom()
-
getKey
default AdapterKey getKey()
-
-