public class Adapter3 extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,LocalDateTime>
| Constructor and Description |
|---|
Adapter3() |
| 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–2025 MPXJ. All rights reserved.