Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add() - Method in class io.camunda.zeebe.msgpack.property.ArrayProperty
- add() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- add() - Method in interface io.camunda.zeebe.msgpack.value.ValueArray
- ArrayProperty<T extends BaseValue> - Class in io.camunda.zeebe.msgpack.property
- ArrayProperty(String, T) - Constructor for class io.camunda.zeebe.msgpack.property.ArrayProperty
- ArrayValue<T extends BaseValue> - Class in io.camunda.zeebe.msgpack.value
- ArrayValue(T) - Constructor for class io.camunda.zeebe.msgpack.value.ArrayValue
B
- BaseProperty<T extends BaseValue> - Class in io.camunda.zeebe.msgpack.property
- BaseProperty(String, T) - Constructor for class io.camunda.zeebe.msgpack.property.BaseProperty
- BaseProperty(String, T, T) - Constructor for class io.camunda.zeebe.msgpack.property.BaseProperty
- BaseProperty(T) - Constructor for class io.camunda.zeebe.msgpack.property.BaseProperty
- BaseValue - Class in io.camunda.zeebe.msgpack.value
- BaseValue() - Constructor for class io.camunda.zeebe.msgpack.value.BaseValue
- BinaryProperty - Class in io.camunda.zeebe.msgpack.property
- BinaryProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.BinaryProperty
- BinaryProperty(String, DirectBuffer) - Constructor for class io.camunda.zeebe.msgpack.property.BinaryProperty
- BinaryValue - Class in io.camunda.zeebe.msgpack.value
- BinaryValue() - Constructor for class io.camunda.zeebe.msgpack.value.BinaryValue
- BinaryValue(DirectBuffer, int, int) - Constructor for class io.camunda.zeebe.msgpack.value.BinaryValue
- BooleanProperty - Class in io.camunda.zeebe.msgpack.property
- BooleanProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.BooleanProperty
- BooleanProperty(String, boolean) - Constructor for class io.camunda.zeebe.msgpack.property.BooleanProperty
- BooleanValue - Class in io.camunda.zeebe.msgpack.value
- BooleanValue() - Constructor for class io.camunda.zeebe.msgpack.value.BooleanValue
- BooleanValue(boolean) - Constructor for class io.camunda.zeebe.msgpack.value.BooleanValue
D
- declareProperty(BaseProperty<? extends BaseValue>) - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- decrement() - Method in class io.camunda.zeebe.msgpack.property.IntegerProperty
- defaultValue - Variable in class io.camunda.zeebe.msgpack.property.BaseProperty
- DocumentProperty - Class in io.camunda.zeebe.msgpack.property
- DocumentProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.DocumentProperty
- DocumentValue - Class in io.camunda.zeebe.msgpack.value
- DocumentValue() - Constructor for class io.camunda.zeebe.msgpack.value.DocumentValue
- DocumentValue(DirectBuffer, int, int) - Constructor for class io.camunda.zeebe.msgpack.value.DocumentValue
E
- EMPTY_DOCUMENT - Static variable in class io.camunda.zeebe.msgpack.value.DocumentValue
- EMPTY_STRING - Static variable in class io.camunda.zeebe.msgpack.value.StringValue
- EnumProperty<E extends Enum<E>> - Class in io.camunda.zeebe.msgpack.property
- EnumProperty(String, Class<E>) - Constructor for class io.camunda.zeebe.msgpack.property.EnumProperty
- EnumProperty(String, Class<E>, E) - Constructor for class io.camunda.zeebe.msgpack.property.EnumProperty
- EnumValue<E extends Enum<E>> - Class in io.camunda.zeebe.msgpack.value
- EnumValue(Class<E>) - Constructor for class io.camunda.zeebe.msgpack.value.EnumValue
- EnumValue(Class<E>, E) - Constructor for class io.camunda.zeebe.msgpack.value.EnumValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.LongValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
-
Equality of ObjectValue objects is based on equality of properties (declared, undeclared, recycled).
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- equals(Object) - Method in class io.camunda.zeebe.msgpack.value.StringValue
G
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.BaseValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.LongValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- getEncodedLength() - Method in class io.camunda.zeebe.msgpack.value.StringValue
- getKey() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- getLength() - Method in class io.camunda.zeebe.msgpack.UnpackedObject
- getLength() - Method in class io.camunda.zeebe.msgpack.value.StringValue
- getProperty() - Method in exception io.camunda.zeebe.msgpack.MsgpackPropertyException
- getValue() - Method in class io.camunda.zeebe.msgpack.property.BinaryProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.BooleanProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.DocumentProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.EnumProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.IntegerProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.LongProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.ObjectProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.PackedProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.property.StringProperty
- getValue() - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.LongValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- getValue() - Method in class io.camunda.zeebe.msgpack.value.StringValue
H
- hashCode() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.LongValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
-
Hashcode of an ObjectValue object is generated based on the properties (declared, undeclared, recycled).
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- hashCode() - Method in class io.camunda.zeebe.msgpack.value.StringValue
- hasNext() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- hasValue() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
I
- increment() - Method in class io.camunda.zeebe.msgpack.property.IntegerProperty
- IntegerProperty - Class in io.camunda.zeebe.msgpack.property
- IntegerProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.IntegerProperty
- IntegerProperty(String, int) - Constructor for class io.camunda.zeebe.msgpack.property.IntegerProperty
- IntegerValue - Class in io.camunda.zeebe.msgpack.value
- IntegerValue() - Constructor for class io.camunda.zeebe.msgpack.value.IntegerValue
- IntegerValue(int) - Constructor for class io.camunda.zeebe.msgpack.value.IntegerValue
- io.camunda.zeebe.msgpack - package io.camunda.zeebe.msgpack
- io.camunda.zeebe.msgpack.property - package io.camunda.zeebe.msgpack.property
- io.camunda.zeebe.msgpack.value - package io.camunda.zeebe.msgpack.value
- isEmpty() - Method in class io.camunda.zeebe.msgpack.property.ArrayProperty
- isEmpty() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- isEmpty() - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- isSet - Variable in class io.camunda.zeebe.msgpack.property.BaseProperty
- iterator() - Method in class io.camunda.zeebe.msgpack.property.ArrayProperty
- iterator() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
-
Please be aware that iterating over an
ArrayValueis not thread-safe.
K
- key - Variable in class io.camunda.zeebe.msgpack.property.BaseProperty
L
- LongProperty - Class in io.camunda.zeebe.msgpack.property
- LongProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.LongProperty
- LongProperty(String, long) - Constructor for class io.camunda.zeebe.msgpack.property.LongProperty
- LongValue - Class in io.camunda.zeebe.msgpack.value
- LongValue() - Constructor for class io.camunda.zeebe.msgpack.value.LongValue
- LongValue(long) - Constructor for class io.camunda.zeebe.msgpack.value.LongValue
M
- MsgpackException - Exception in io.camunda.zeebe.msgpack
- MsgpackException() - Constructor for exception io.camunda.zeebe.msgpack.MsgpackException
- MsgpackException(String) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackException
- MsgpackException(String, Throwable) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackException
- MsgpackException(Throwable) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackException
- MsgpackPropertyException - Exception in io.camunda.zeebe.msgpack
- MsgpackPropertyException(StringValue, String) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackPropertyException
- MsgpackPropertyException(StringValue, String, Throwable) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackPropertyException
- MsgpackPropertyException(StringValue, Throwable) - Constructor for exception io.camunda.zeebe.msgpack.MsgpackPropertyException
N
- next() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
-
Please be aware that iterating over an
ArrayValueis not thread-safe.
O
- ObjectProperty<T extends ObjectValue> - Class in io.camunda.zeebe.msgpack.property
- ObjectProperty(String, T) - Constructor for class io.camunda.zeebe.msgpack.property.ObjectProperty
- ObjectValue - Class in io.camunda.zeebe.msgpack.value
- ObjectValue() - Constructor for class io.camunda.zeebe.msgpack.value.ObjectValue
P
- PackedProperty - Class in io.camunda.zeebe.msgpack.property
- PackedProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.PackedProperty
- PackedProperty(String, DirectBuffer) - Constructor for class io.camunda.zeebe.msgpack.property.PackedProperty
- PackedValue - Class in io.camunda.zeebe.msgpack.value
- PackedValue() - Constructor for class io.camunda.zeebe.msgpack.value.PackedValue
- PackedValue(DirectBuffer, int, int) - Constructor for class io.camunda.zeebe.msgpack.value.PackedValue
R
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.BaseValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.LongValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- read(MsgPackReader) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- reader - Variable in class io.camunda.zeebe.msgpack.UnpackedObject
- Recyclable - Interface in io.camunda.zeebe.msgpack
- remove() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- reset() - Method in class io.camunda.zeebe.msgpack.property.ArrayProperty
- reset() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- reset() - Method in interface io.camunda.zeebe.msgpack.Recyclable
- reset() - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.LongValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- reset() - Method in class io.camunda.zeebe.msgpack.value.StringValue
- resolveValue() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
S
- set() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- setValue(boolean) - Method in class io.camunda.zeebe.msgpack.property.BooleanProperty
- setValue(boolean) - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- setValue(int) - Method in class io.camunda.zeebe.msgpack.property.IntegerProperty
- setValue(int) - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- setValue(long) - Method in class io.camunda.zeebe.msgpack.property.LongProperty
- setValue(long) - Method in class io.camunda.zeebe.msgpack.value.LongValue
- setValue(E) - Method in class io.camunda.zeebe.msgpack.property.EnumProperty
- setValue(E) - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- setValue(String) - Method in class io.camunda.zeebe.msgpack.property.StringProperty
- setValue(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.property.BinaryProperty
- setValue(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.property.DocumentProperty
- setValue(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.property.StringProperty
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.property.BinaryProperty
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.property.DocumentProperty
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.property.PackedProperty
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.property.StringProperty
- stream() - Method in class io.camunda.zeebe.msgpack.property.ArrayProperty
- stream() - Method in interface io.camunda.zeebe.msgpack.value.ValueArray
- StringProperty - Class in io.camunda.zeebe.msgpack.property
- StringProperty(String) - Constructor for class io.camunda.zeebe.msgpack.property.StringProperty
- StringProperty(String, String) - Constructor for class io.camunda.zeebe.msgpack.property.StringProperty
- StringValue - Class in io.camunda.zeebe.msgpack.value
- StringValue() - Constructor for class io.camunda.zeebe.msgpack.value.StringValue
- StringValue(String) - Constructor for class io.camunda.zeebe.msgpack.value.StringValue
- StringValue(DirectBuffer) - Constructor for class io.camunda.zeebe.msgpack.value.StringValue
- StringValue(DirectBuffer, int, int) - Constructor for class io.camunda.zeebe.msgpack.value.StringValue
T
- toString() - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- toString() - Method in class io.camunda.zeebe.msgpack.value.BaseValue
- toString() - Method in class io.camunda.zeebe.msgpack.value.StringValue
U
- UndeclaredProperty - Class in io.camunda.zeebe.msgpack.property
- UndeclaredProperty() - Constructor for class io.camunda.zeebe.msgpack.property.UndeclaredProperty
- UnpackedObject - Class in io.camunda.zeebe.msgpack
- UnpackedObject() - Constructor for class io.camunda.zeebe.msgpack.UnpackedObject
V
- value - Variable in class io.camunda.zeebe.msgpack.property.BaseProperty
- ValueArray<T> - Interface in io.camunda.zeebe.msgpack.value
W
- wrap(byte[]) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- wrap(StringValue) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- wrap(StringValue) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- wrap(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.UnpackedObject
- wrap(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- wrap(DirectBuffer) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.UnpackedObject
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.value.DocumentValue
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.BaseValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.LongValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
-
Caution: In case not all properties are writeable (i.e.
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- write(MsgPackWriter) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.msgpack.UnpackedObject
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.property.BaseProperty
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.ArrayValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.BaseValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.BinaryValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.BooleanValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.EnumValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.IntegerValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.LongValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.ObjectValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.PackedValue
- writeJSON(StringBuilder) - Method in class io.camunda.zeebe.msgpack.value.StringValue
- writer - Variable in class io.camunda.zeebe.msgpack.UnpackedObject
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form