D I L M O P T U Y Z 
All Classes All Packages

D

DurationXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Duration to ISO-8601 string
DurationXmlAdapter() - Constructor for class io.github.threetenjaxb.core.DurationXmlAdapter
 

I

InstantXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Instant to ISO-8601 string
InstantXmlAdapter() - Constructor for class io.github.threetenjaxb.core.InstantXmlAdapter
 
IntegerAsTextXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping an integer as a string value
IntegerAsTextXmlAdapter() - Constructor for class io.github.threetenjaxb.core.IntegerAsTextXmlAdapter
 
io.github.threetenjaxb.core - module io.github.threetenjaxb.core
 
io.github.threetenjaxb.core - package io.github.threetenjaxb.core
XmlAdapters for the java.time API.

L

LenientOffsetDateTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 OffsetDateTime to ISO-8601 string that can also parse local date time representations as UTC
LenientOffsetDateTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.LenientOffsetDateTimeXmlAdapter
 
LenientOffsetTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 OffsetTime to ISO-8601 string that can also parse local time representations as UTC
LenientOffsetTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.LenientOffsetTimeXmlAdapter
 
LocalDateTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 LocalDateTime to ISO-8601 string
LocalDateTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.LocalDateTimeXmlAdapter
 
LocalDateXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 LocalDate to ISO-8601 string
LocalDateXmlAdapter() - Constructor for class io.github.threetenjaxb.core.LocalDateXmlAdapter
 
LocalTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 LocalTime to ISO-8601 string
LocalTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.LocalTimeXmlAdapter
 

M

marshal(Integer) - Method in class io.github.threetenjaxb.core.IntegerAsTextXmlAdapter
 
marshal(Duration) - Method in class io.github.threetenjaxb.core.DurationXmlAdapter
 
marshal(Month) - Method in class io.github.threetenjaxb.core.MonthAsTextXmlAdapter
 
marshal(Month) - Method in class io.github.threetenjaxb.core.MonthXmlAdapter
 
marshal(MonthDay) - Method in class io.github.threetenjaxb.core.MonthDayXmlAdapter
 
marshal(Period) - Method in class io.github.threetenjaxb.core.PeriodXmlAdapter
 
marshal(Year) - Method in class io.github.threetenjaxb.core.YearAsTextXmlAdapter
 
marshal(Year) - Method in class io.github.threetenjaxb.core.YearXmlAdapter
 
marshal(YearMonth) - Method in class io.github.threetenjaxb.core.YearMonthXmlAdapter
 
marshal(ZoneId) - Method in class io.github.threetenjaxb.core.ZoneIdXmlAdapter
 
marshal(T) - Method in class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
 
MonthAsTextXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Month to ISO proleptic month string
MonthAsTextXmlAdapter() - Constructor for class io.github.threetenjaxb.core.MonthAsTextXmlAdapter
 
MonthDayXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 MonthDay to a string such as --12-03
MonthDayXmlAdapter() - Constructor for class io.github.threetenjaxb.core.MonthDayXmlAdapter
 
MonthXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Month to ISO proleptic month number
MonthXmlAdapter() - Constructor for class io.github.threetenjaxb.core.MonthXmlAdapter
 

O

OffsetDateTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 OffsetDateTime to ISO-8601 string
OffsetDateTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.OffsetDateTimeXmlAdapter
 
OffsetTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 OffsetTime to ISO-8601 string
OffsetTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.OffsetTimeXmlAdapter
 

P

PeriodXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Period to ISO-8601 string
PeriodXmlAdapter() - Constructor for class io.github.threetenjaxb.core.PeriodXmlAdapter
 

T

TemporalAccessorXmlAdapter<T extends java.time.temporal.TemporalAccessor> - Class in io.github.threetenjaxb.core
XmlAdapter mapping any JSR-310 TemporalAccessor to string using provided DateTimeFormatter
TemporalAccessorXmlAdapter(DateTimeFormatter, TemporalQuery<? extends T>) - Constructor for class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
 

U

unmarshal(Integer) - Method in class io.github.threetenjaxb.core.MonthXmlAdapter
 
unmarshal(Integer) - Method in class io.github.threetenjaxb.core.YearXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.DurationXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.IntegerAsTextXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.MonthAsTextXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.MonthDayXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.PeriodXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.TemporalAccessorXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.YearAsTextXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.YearMonthXmlAdapter
 
unmarshal(String) - Method in class io.github.threetenjaxb.core.ZoneIdXmlAdapter
 

Y

YearAsTextXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Year to ISO proleptic year string
YearAsTextXmlAdapter() - Constructor for class io.github.threetenjaxb.core.YearAsTextXmlAdapter
 
YearMonthXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 YearMonth to a string such as 2007-12
YearMonthXmlAdapter() - Constructor for class io.github.threetenjaxb.core.YearMonthXmlAdapter
 
YearXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 Year to ISO proleptic year number
YearXmlAdapter() - Constructor for class io.github.threetenjaxb.core.YearXmlAdapter
 

Z

ZonedDateTimeXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 ZonedDateTime to ISO-8601 string
ZonedDateTimeXmlAdapter() - Constructor for class io.github.threetenjaxb.core.ZonedDateTimeXmlAdapter
 
ZoneIdXmlAdapter - Class in io.github.threetenjaxb.core
XmlAdapter mapping JSR-310 ZoneId and ZoneOffset to the time-zone ID string
ZoneIdXmlAdapter() - Constructor for class io.github.threetenjaxb.core.ZoneIdXmlAdapter
 
D I L M O P T U Y Z 
All Classes All Packages