public class LocalTimeXmlAdapter extends XmlAdapter<String,LocalTime>
| Constructor and Description |
|---|
LocalTimeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(LocalTime localTimeObject) |
LocalTime |
unmarshal(String localTimeString) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.