Uses of Class
com.networknt.schema.Vocabulary
-
Packages that use Vocabulary Package Description com.networknt.schema -
-
Uses of Vocabulary in com.networknt.schema
Fields in com.networknt.schema declared as Vocabulary Modifier and Type Field Description static Vocabulary
Vocabulary. OPENAPI_3_1_BASE
static Vocabulary
Vocabulary. V201909_APPLICATOR
static Vocabulary
Vocabulary. V201909_CONTENT
static Vocabulary
Vocabulary. V201909_CORE
static Vocabulary
Vocabulary. V201909_FORMAT
static Vocabulary
Vocabulary. V201909_META_DATA
static Vocabulary
Vocabulary. V201909_VALIDATION
static Vocabulary
Vocabulary. V202012_APPLICATOR
static Vocabulary
Vocabulary. V202012_CONTENT
static Vocabulary
Vocabulary. V202012_CORE
static Vocabulary
Vocabulary. V202012_FORMAT_ANNOTATION
static Vocabulary
Vocabulary. V202012_FORMAT_ASSERTION
static Vocabulary
Vocabulary. V202012_META_DATA
static Vocabulary
Vocabulary. V202012_UNEVALUATED
static Vocabulary
Vocabulary. V202012_VALIDATION
Fields in com.networknt.schema with type parameters of type Vocabulary Modifier and Type Field Description private static java.util.Map<java.lang.String,Vocabulary>
Vocabularies. VALUES
Methods in com.networknt.schema that return Vocabulary Modifier and Type Method Description static Vocabulary
Vocabularies. getVocabulary(java.lang.String uri)
Gets the vocabulary given its uri.Vocabulary
VocabularyFactory. getVocabulary(java.lang.String iri)
Gets the vocabulary given the vocabulary iri.
-