Package | Description |
---|---|
com.github.fge.jsonschema.core.util |
Various utility classes
|
Modifier and Type | Method and Description |
---|---|
Registry<K,V> |
Registry.clear()
Clear all entries from this registry
|
Registry<K,V> |
Registry.put(K key,
V value)
Add a key/value pair in this registry
|
Registry<K,V> |
Registry.putAll(Map<K,V> otherMap)
Put the contents from another map into this map builder
|
Registry<K,V> |
Registry.remove(K key)
Remove one key and its associated value from the registry
|
Copyright © 2016. All rights reserved.