public class LocalTimeBridge extends TemporalAccessorStringBridge<LocalTime>
LocalTime
to a String
.
A LocalDateTime
23:59:59.999 becomes the string 235950000000999
.
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 LocalTimeBridge |
INSTANCE |
objectToString, stringToObject
public static final LocalTimeBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved