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