Class JacksonFlowSnapshotSerializer

java.lang.Object
org.apache.nifi.registry.flow.git.serialize.JacksonFlowSnapshotSerializer
All Implemented Interfaces:
FlowSnapshotSerializer

public class JacksonFlowSnapshotSerializer extends Object implements FlowSnapshotSerializer
Implementation of FlowSnapshotSerializer that is Jackson's ObjectMapper.
  • Field Details

    • OBJECT_MAPPER

      private static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
  • Constructor Details

    • JacksonFlowSnapshotSerializer

      public JacksonFlowSnapshotSerializer()
  • Method Details