Constructor and Description |
---|
ConverterAdapter(Converter<A> converter) |
Modifier and Type | Method and Description |
---|---|
String |
from(A a)
Take the object A from JSON an convert it to B to store in the POJO
|
Converter<A> |
getConverter() |
A |
to(String s)
Transfer B to JSON as A.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.