Uses of Class
com.networknt.schema.format.DomainValidator.ArrayType
-
Packages that use DomainValidator.ArrayType Package Description com.networknt.schema.format -
-
Uses of DomainValidator.ArrayType in com.networknt.schema.format
Methods in com.networknt.schema.format that return DomainValidator.ArrayType Modifier and Type Method Description static DomainValidator.ArrayTypeDomainValidator.ArrayType. valueOf(String name)Returns the enum constant of this type with the specified name.static DomainValidator.ArrayType[]DomainValidator.ArrayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.schema.format with parameters of type DomainValidator.ArrayType Modifier and Type Method Description static String[]DomainValidator. getTLDEntries(DomainValidator.ArrayType table)Get a copy of the internal array.static voidDomainValidator. updateTLDOverride(DomainValidator.ArrayType table, String[] tlds)Update one of the TLD override arrays.
-