public class OffsetDateTimeBridge extends TemporalAccessorStringBridge<java.time.OffsetDateTime>
OffsetDateTime to a String.
A MonthDay 2-31 becomes the string 0231 (pattern: MMdd).
The values are padded with 0 to allow field sorting.
| Modifier and Type | Field and Description |
|---|---|
static OffsetDateTimeBridge |
INSTANCE |
objectToString, stringToObjectpublic static final OffsetDateTimeBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved