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