Package org.openremote.model.attribute
package org.openremote.model.attribute
-
ClassDescriptionAttribute<T>Stores a named value with associated
MetaItem
s.Custom deserializer that can use asset type info from deserialization context when it is passed in from the asset deserializerCustom serializer that can serialize valueStr (for attributes that haven't been fully hydrated)Represents anAttribute
value at a point in time.A link from one attribute to another with a definition of how to map the value from the source attribute to the linked attribute.A reference to an entity and anAttribute
.The desired or current or past state of anAttributeRef
.MetaItem<T>A named value whose name must match the name of aMetaItemDescriptor
and whose value must match the value type of theMetaItemDescriptor
.Serialise the meta item as just the value to make it less verboseDeserialise aMetaMap
that is represented as a JSON object where each key is the name of aMetaItemDescriptor
NamedMap<T extends AbstractNameValueHolder<?>>Special map forNameHolder
items where item names are used as map keys.