Class MockRecordValue
java.lang.Object
io.camunda.zeebe.test.exporter.record.ExporterMappedObject
io.camunda.zeebe.test.exporter.record.MockRecordValue
- All Implemented Interfaces:
JsonSerializable,RecordValue
- Direct Known Subclasses:
MockRecordValueWithVariables
@Deprecated(since="1.3.0",
forRemoval=true)
public class MockRecordValue
extends ExporterMappedObject
implements RecordValue
Deprecated, for removal: This API element is subject to removal in a future version.
since 1.3.0. See issue 8143 for more information.
-
Field Summary
Fields inherited from class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
OBJECT_MAPPER -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class io.camunda.zeebe.test.exporter.record.ExporterMappedObject
setJson, setJson, toJsonMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Constructor Details
-
MockRecordValue
public MockRecordValue()Deprecated, for removal: This API element is subject to removal in a future version.
-