public class LocalDateRangeBinding extends AbstractRangeBinding<LocalDate>
| Constructor and Description |
|---|
LocalDateRangeBinding() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
format(LocalDate value) |
protected com.google.common.collect.Range<LocalDate> |
getEmpty() |
protected LocalDate |
parse(String text) |
converterget, get, get, register, set, set, sqlprotected com.google.common.collect.Range<LocalDate> getEmpty()
getEmpty in class AbstractRangeBinding<LocalDate>protected LocalDate parse(String text)
parse in class AbstractRangeBinding<LocalDate>protected String format(LocalDate value)
format in class AbstractRangeBinding<LocalDate>Copyright © 2020. All rights reserved.