Uses of Class
io.camunda.zeebe.msgpack.value.ObjectValue
-
Packages that use ObjectValue Package Description io.camunda.zeebe.msgpack io.camunda.zeebe.msgpack.property io.camunda.zeebe.msgpack.value -
-
Uses of ObjectValue in io.camunda.zeebe.msgpack
Subclasses of ObjectValue in io.camunda.zeebe.msgpack Modifier and Type Class Description classUnpackedObject -
Uses of ObjectValue in io.camunda.zeebe.msgpack.property
Classes in io.camunda.zeebe.msgpack.property with type parameters of type ObjectValue Modifier and Type Class Description classObjectProperty<T extends ObjectValue> -
Uses of ObjectValue in io.camunda.zeebe.msgpack.value
Methods in io.camunda.zeebe.msgpack.value that return ObjectValue Modifier and Type Method Description ObjectValueObjectValue. declareProperty(BaseProperty<? extends BaseValue> prop)
-