Package com.networknt.schema
Class Vocabularies
- java.lang.Object
-
- com.networknt.schema.Vocabularies
-
public class Vocabularies extends java.lang.Object
Vocabularies.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,Vocabulary>
VALUES
-
Constructor Summary
Constructors Constructor Description Vocabularies()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Vocabulary
getVocabulary(java.lang.String uri)
Gets the vocabulary given its uri.
-
-
-
Field Detail
-
VALUES
private static final java.util.Map<java.lang.String,Vocabulary> VALUES
-
-
Method Detail
-
getVocabulary
public static Vocabulary getVocabulary(java.lang.String uri)
Gets the vocabulary given its uri.- Parameters:
uri
- the vocabulary- Returns:
- the vocabulary
-
-