public class VocabularyMap extends Object
| Constructor and Description |
|---|
VocabularyMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String aKey)
Returns true if the vocabulary map contains the key argument.
|
Map<String,Vocabulary> |
getMap() |
void |
setMap(Map<String,Vocabulary> map) |
public boolean containsKey(String aKey)
aKey - vocabulary name as a key@JSONProperty(ignoreIfNull=true) public Map<String,Vocabulary> getMap()
@JSONTypeHint(value=Vocabulary.class) public void setMap(Map<String,Vocabulary> map)
map - the map to setCopyright © 2025. All rights reserved.