Class UndeclaredProperty
java.lang.Object
io.camunda.zeebe.msgpack.property.BaseProperty<PackedValue>
io.camunda.zeebe.msgpack.property.PackedProperty
io.camunda.zeebe.msgpack.property.UndeclaredProperty
- All Implemented Interfaces:
Recyclable
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
defaultValue, isSet, key, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.camunda.zeebe.msgpack.property.PackedProperty
getValue, setValueMethods inherited from class io.camunda.zeebe.msgpack.property.BaseProperty
equals, getEncodedLength, getKey, hashCode, hasValue, read, reset, resolveValue, set, toString, write, writeJSON
-
Constructor Details
-
UndeclaredProperty
public UndeclaredProperty()
-