public class PubSubConfMapFieldSpecification<K,V> extends PubSubConfFieldSpecification<Map<K,V>>
builderGetter, builderSetter, getter, parentBuilderClass, parentClass, rawBuilderGetter, rawBuilderSetter, rawGetter| Modifier and Type | Method and Description |
|---|---|
PubSubConfFieldSpecification<V> |
key(K key)
Returns a "partial FieldSpecification", that only operates only on the given key.
|
PubSubConfFieldSpecification<Void> |
remove(K key)
Returns a "partial FieldSpecification", that only operates only on the given key.
|
asRaw, equals, getJavaClass, getName, hashCode, toStringpublic PubSubConfFieldSpecification<V> key(K key)
Map.put(Object, Object) and Map.get(Object) operations on the given
key.public PubSubConfFieldSpecification<Void> remove(K key)
#remove(Object) operation (pass null as the "new value").Doing a "get"
operation using the returned specification will throw IllegalArgumentException.Copyright © 2026. All rights reserved.