Module org.apache.johnzon.mapper
Class ConverterAdapter<A>
java.lang.Object
org.apache.johnzon.mapper.internal.ConverterAdapter<A>
- All Implemented Interfaces:
Adapter<A,,String> MapperConverter,TypeAwareAdapter<A,String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
converter
-
key
-
-
Constructor Details
-
ConverterAdapter
-
-
Method Details
-
getConverter
-
to
Description copied from interface:AdapterTransfer JSONTYPE_TYPE from JSON to POJO as POJO_TYPE. -
from
Description copied from interface:AdapterTake the POJO_TYPE object A from a POJO an convert it to JSON_TYPE which will be inserted into the JSON output. -
getTo
- Specified by:
getToin interfaceTypeAwareAdapter<A,String>
-
getFrom
- Specified by:
getFromin interfaceTypeAwareAdapter<A,String>
-
getKey
- Specified by:
getKeyin interfaceTypeAwareAdapter<A,String>
-