public interface CustomFieldAware
| Modifier and Type | Method and Description |
|---|---|
default int |
addAndGet(String key,
int delta)
Add and get int.
|
default void |
addToList(String name,
Object value)
Add to list.
|
default boolean |
addToSet(String name,
Object value)
Add to set boolean.
|
default Map<String,Object> |
anyGetters()
Any getters map.
|
default <T> T |
customField(String key)
Custom field t.
|
Map<String,Object> |
customFields()
Custom fields map.
|
default void |
putCustomField(String name,
Object value)
Put custom field.
|
default boolean addToSet(String name, Object value)
name - the namevalue - the valuedefault void addToList(String name, Object value)
name - the namevalue - the valuedefault int addAndGet(String key, int delta)
key - the keydelta - the deltadefault <T> T customField(String key)
T - the type parameterkey - the keyCopyright © 2021. All rights reserved.