Class DomainValidator.Item
java.lang.Object
com.networknt.org.apache.commons.validator.routines.DomainValidator.Item
- Enclosing class:
DomainValidator
Used to specify overrides when creating a new class.
- Since:
- 1.7
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final DomainValidator.ArrayType
(package private) final String[]
-
Constructor Summary
ConstructorsConstructorDescriptionItem
(DomainValidator.ArrayType type, String... values) Constructs a new instance. -
Method Summary
-
Field Details
-
type
-
values
-
-
Constructor Details
-
Item
Constructs a new instance.- Parameters:
type
- ArrayType, e.g. GENERIC_PLUS, LOCAL_PLUSvalues
- array of TLDs. Will be lower-cased and sorted
-