Class ObjectProperty<T extends ObjectValue>
- java.lang.Object
-
- io.camunda.zeebe.msgpack.property.BaseProperty<T>
-
- io.camunda.zeebe.msgpack.property.ObjectProperty<T>
-
- All Implemented Interfaces:
Recyclable
public final class ObjectProperty<T extends ObjectValue> extends BaseProperty<T>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description ObjectProperty(String key, T objectValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()-
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
-