Uses of Class
com.networknt.schema.keyword.KeywordType
-
Packages that use KeywordType Package Description com.networknt.schema.keyword -
-
Uses of KeywordType in com.networknt.schema.keyword
Methods in com.networknt.schema.keyword that return KeywordType Modifier and Type Method Description static KeywordTypeKeywordType. fromValue(String value)static KeywordTypeKeywordType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeywordType[]KeywordType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.schema.keyword that return types with arguments of type KeywordType Modifier and Type Method Description static List<KeywordType>KeywordType. getKeywords(SpecificationVersion specificationVersion)
-