public class OffsetTimeBridge extends TemporalAccessorStringBridge<java.time.OffsetTime>
OffsetTime
to a String
.
A OffsetTime
3:45.30.789+02:00 Europe/Paris becomes the string
034530000000789+02:00
.
The sign is always present for the year and the string is padded with 0 to allow field sorting.
Modifier and Type | Field and Description |
---|---|
static OffsetTimeBridge |
INSTANCE |
objectToString, stringToObject
public static final OffsetTimeBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved