public class TypeValidators extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TypeValidators.AdminUserGroupsValidator
Unless explicitly changed by the user previously, the admin user
groups can only be determined at runtime
|
static class |
TypeValidators.AdminUsersValidator
Unless explicitly changed by the user previously, the admin user
can only be determined at runtime
|
static class |
TypeValidators.BooleanValidator |
static class |
TypeValidators.DoubleValidator |
static class |
TypeValidators.EnumeratedStringValidator
Validator that checks if the given value is included in a list of acceptable values.
|
static class |
TypeValidators.LongValidator |
static class |
TypeValidators.MaxRangeDoubleValidator |
static class |
TypeValidators.MaxWidthValidator
Max width is a special validator which computes and validates
the maxwidth.
|
static class |
TypeValidators.MinRangeDoubleValidator |
static class |
TypeValidators.PositiveLongValidator |
static class |
TypeValidators.PowerOfTwoLongValidator |
static class |
TypeValidators.RangeDoubleValidator |
static class |
TypeValidators.RangeLongValidator |
static class |
TypeValidators.StringValidator |
static class |
TypeValidators.TypeValidator |
| Constructor and Description |
|---|
TypeValidators() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.