public class DatatypeDescriptorLocalDate extends AbstractDatatypeDescriptor<LocalDate>
DatatypeDescriptor for LocalDate.| Modifier and Type | Class and Description |
|---|---|
private static class |
DatatypeDescriptorLocalDate.DaySegment
Implementation for
LocalDate.getDayOfMonth(). |
private static class |
DatatypeDescriptorLocalDate.MonthSegment
Implementation for
LocalDate.getMonthValue(). |
private static class |
DatatypeDescriptorLocalDate.YearSegment
Implementation for
LocalDate.getYear(). |
| Constructor and Description |
|---|
DatatypeDescriptorLocalDate()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocalDate |
doCreate(Object... segments)
Called from
AbstractDatatypeDescriptor.create(Object...) after input validation has been performed. |
create, getDatatype, getSegment, getSegmentDescriptors, toStringpublic DatatypeDescriptorLocalDate()
protected LocalDate doCreate(Object... segments)
AbstractDatatypeDescriptor.create(Object...) after input validation has been performed. Implement this method and do not
worry about null values, wrong array size, etc.doCreate in class AbstractDatatypeDescriptor<LocalDate>segments - are the segment values.Copyright © 2001–2015 mmm-Team. All rights reserved.