public abstract class LocalDateTimeValidator extends Object implements Validator<LocalDateTime>
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalDateTimeValidator.After |
static class |
LocalDateTimeValidator.Before |
static class |
LocalDateTimeValidator.SameTimeOrAfter |
static class |
LocalDateTimeValidator.SameTimeOrBefore |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
ref |
| Constructor and Description |
|---|
LocalDateTimeValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalidSpecificationMessage()
If the specification itself is invalid (such as a bad regex string), this
will build a message describing the problem to the user.
|
boolean |
isSpecificationValid()
Returns true if the validation criteria itself is valid.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvalidMessage, getTheValueMustDescription, isValidprotected LocalDateTime ref
public boolean isSpecificationValid()
ValidatorisSpecificationValid in interface Validator<LocalDateTime>public String getInvalidSpecificationMessage()
ValidatorgetInvalidSpecificationMessage in interface Validator<LocalDateTime>Copyright © 2017. All rights reserved.