Class PackedProperty
java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<PackedValue>
io.camunda.zeebe.msgpack.property.PackedProperty
- All Implemented Interfaces:
Recyclable
- Direct Known Subclasses:
UndeclaredProperty
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value -
Constructor Summary
ConstructorsConstructorDescriptionPackedProperty(String key) PackedProperty(String key, org.agrona.DirectBuffer defaultValue) -
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
Constructor Details
-
PackedProperty
-
PackedProperty
-
-
Method Details
-
getValue
public org.agrona.DirectBuffer getValue() -
setValue
public void setValue(org.agrona.DirectBuffer buffer, int offset, int length)
-