public class LocalDateTimeBridge extends TemporalAccessorStringBridge<LocalDateTime>
LocalDateTime
to a String
.
A LocalDateTime
+2012-12-31T23:59:59.999 becomes the string +0000020121231235950000000999
.
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 LocalDateTimeBridge |
INSTANCE |
objectToString, stringToObject
public static final LocalDateTimeBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved