public class IntLocalDate extends Object implements ParameterizedType, Serializable
| Constructor and Description |
|---|
IntLocalDate() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
fromInt(int value)
Conversion from int to LocalDate.
|
Integer |
fromLocalDate(LocalDate value)
Conversion from LocalDate to int.
|
LocalDate |
getDefaultValue() |
void |
setParameterValues(Properties parameters)
Gets called to pass the configured type parameters to the implementation.
|
public void setParameterValues(Properties parameters)
ParameterizedTypesetParameterValues in interface ParameterizedTypeparameters - (missing javadoc)public LocalDate fromInt(int value)
value - the integer value to convertpublic Integer fromLocalDate(LocalDate value)
value - the date value to convertpublic LocalDate getDefaultValue()
Copyright © 2006–2018 Esito AS. All rights reserved.