Package | Description |
---|---|
sirius.db.mixing.properties | |
sirius.db.mixing.types |
Modifier and Type | Method and Description |
---|---|
protected SafeMap<?,?> |
BaseMapProperty.getMap(Object entity) |
Modifier and Type | Class and Description |
---|---|
class |
StringIntMap
Provides a map of String to int as property value.
|
class |
StringListMap
Provides a map of string to list of strings as property value.
|
class |
StringLocalDateTimeMap
Represents map of String pointing to LocalDateTime values.
|
class |
StringMap
Provides a simple string-string map as property value.
|
class |
StringNestedMap<N extends Nested>
Represents map of String pointing to
Nested values. |
Modifier and Type | Method and Description |
---|---|
SafeMap<K,V> |
SafeMap.clear()
Clears the entire map.
|
SafeMap<K,V> |
SafeMap.put(K key,
V value)
Puts the given key and value into the map.
|
Copyright © 2018. All rights reserved.