public class YearMonthBridge extends TemporalAccessorStringBridge<YearMonth>
YearMonth
to a String
.
A YearMonth
12345-1 becomes the string +00001234501
.
THe signn is alway present and the values are padded with 0 to allow field sorting.
Modifier and Type | Field and Description |
---|---|
static YearMonthBridge |
INSTANCE |
objectToString, stringToObject
public static final YearMonthBridge INSTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved