public class Adapter2 extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
Constructor and Description |
---|
Adapter2() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(LocalDateTime value) |
LocalDateTime |
unmarshal(String value) |
public LocalDateTime unmarshal(String value)
unmarshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
public String marshal(LocalDateTime value)
marshal
in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
Copyright © 2000–2024 Packwood Software. All rights reserved.