Package com.networknt.schema
Class Vocabularies
- java.lang.Object
-
- com.networknt.schema.Vocabularies
-
public class Vocabularies extends Object
Vocabularies.
-
-
Constructor Summary
Constructors Constructor Description Vocabularies()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VocabularygetVocabulary(String uri)Gets the vocabulary given its uri.
-
-
-
Method Detail
-
getVocabulary
public static Vocabulary getVocabulary(String uri)
Gets the vocabulary given its uri.- Parameters:
uri- the vocabulary- Returns:
- the vocabulary
-
-