public class AdapterOffsetTime extends XmlAdapter<String,OffsetTime>
<xjc:javaType name="java.time.OffsetTime" xmlType="xsd:time" adapter="com.helger.jaxb.adapter.AdapterOffsetTime" />| Constructor and Description |
|---|
AdapterOffsetTime() |
| Modifier and Type | Method and Description |
|---|---|
static Function<LocalTime,ZoneOffset> |
getFallbackZoneOffsetSupplier() |
String |
marshal(OffsetTime aValue) |
static void |
setFallbackZoneOffsetSupplier(Function<LocalTime,ZoneOffset> aZOSupplier) |
OffsetTime |
unmarshal(String sValue) |
@Nonnull public static Function<LocalTime,ZoneOffset> getFallbackZoneOffsetSupplier()
@Nonnull public static void setFallbackZoneOffsetSupplier(@Nonnull Function<LocalTime,ZoneOffset> aZOSupplier)
public OffsetTime unmarshal(@Nullable String sValue)
unmarshal in class XmlAdapter<String,OffsetTime>public String marshal(@Nullable OffsetTime aValue)
marshal in class XmlAdapter<String,OffsetTime>Copyright © 2015–2021 Philip Helger. All rights reserved.