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 Type
getFrom()
default AdapterKey
getKey()
Type
getTo()
-
-
-
Method Detail
-
getTo
Type getTo()
-
getFrom
Type getFrom()
-
getKey
default AdapterKey getKey()
-
-