Validator.TYPE| Constructor and Description |
|---|
TimeValidator(TimeUnit unit) |
TimeValidator(TimeUnit unit,
Long min,
boolean minInclusive,
Long max,
boolean maxInclusive) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String value)
Validate if the given value is acceptable.
|
public TimeValidator(TimeUnit unit)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.