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 vocabulary)Gets the vocabulary given its id.
-
-
-
Method Detail
-
getVocabulary
public static Vocabulary getVocabulary(String vocabulary)
Gets the vocabulary given its id.- Parameters:
vocabulary- the vocabulary- Returns:
- the vocabulary
-
-