Constructor and Description |
---|
ConverterAdapter(Converter<A> converter) |
Modifier and Type | Method and Description |
---|---|
String |
from(A a)
Take the POJO_TYPE object A from a POJO an convert it to JSON_TYPE which will be inserted into the JSON output.
|
Converter<A> |
getConverter() |
A |
to(String s)
Transfer JSONTYPE_TYPE from JSON to POJO as POJO_TYPE.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.