Class ExporterMappedObject

java.lang.Object
io.camunda.zeebe.test.exporter.record.ExporterMappedObject
Direct Known Subclasses:
MockRecord, MockRecordMetadata, MockRecordValue

@Deprecated(since="1.3.0", forRemoval=true) public class ExporterMappedObject extends Object
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 Details

    • OBJECT_MAPPER

      protected static final ExporterObjectMapper OBJECT_MAPPER
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ExporterMappedObject

      public ExporterMappedObject()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toJson

      public String toJson()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setJson

      public ExporterMappedObject setJson(String json)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setJson

      public ExporterMappedObject setJson(Object object)
      Deprecated, for removal: This API element is subject to removal in a future version.