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