Class BinaryProperty
- java.lang.Object
-
- io.camunda.zeebe.msgpack.property.BaseProperty<BinaryValue>
-
- io.camunda.zeebe.msgpack.property.BinaryProperty
-
- All Implemented Interfaces:
Recyclable
public final class BinaryProperty extends BaseProperty<BinaryValue>
-
-
Field Summary
-
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value
-
-
Constructor Summary
Constructors Constructor Description BinaryProperty(String keyString)BinaryProperty(String keyString, org.agrona.DirectBuffer defaultValue)
-
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
-
-