Class ArrayProperty<T extends BaseValue>

java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<ArrayValue<T>>
io.camunda.zeebe.msgpack.property.ArrayProperty<T>
All Implemented Interfaces:
Recyclable, ValueArray<T>, Iterable<T>, RandomAccess

public final class ArrayProperty<T extends BaseValue> extends BaseProperty<ArrayValue<T>> implements ValueArray<T>