Constructor and Description |
---|
DateWithCopyConverter(Adapter<Date,String> delegate) |
Modifier and Type | Method and Description |
---|---|
String |
from(Date date)
Take the object A from JSON an convert it to B to store in the POJO
|
Date |
to(String s)
Transfer B to JSON as A.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.