Class DocumentProperty
- java.lang.Object
-
- io.camunda.zeebe.msgpack.property.BaseProperty<DocumentValue>
-
- io.camunda.zeebe.msgpack.property.DocumentProperty
-
- All Implemented Interfaces:
Recyclable
public final class DocumentProperty extends BaseProperty<DocumentValue>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description DocumentProperty(String keyString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.agrona.DirectBuffergetValue()voidsetValue(org.agrona.DirectBuffer data)voidsetValue(org.agrona.DirectBuffer data, int offset, int length)-
Methods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
-
-
-
Constructor Detail
-
DocumentProperty
public DocumentProperty(String keyString)
-
-