public class LocalDateTimeAdapter extends XmlAdapter<String,LocalDateTime>
Constructor and Description |
---|
LocalDateTimeAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(LocalDateTime v) |
LocalDateTime |
unmarshal(String v) |
public LocalDateTime unmarshal(String v)
unmarshal
in class XmlAdapter<String,LocalDateTime>
public String marshal(LocalDateTime v)
marshal
in class XmlAdapter<String,LocalDateTime>
Copyright © 2015. All rights reserved.