Class StreamIntrospectionBaseConverter

java.lang.Object
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionBaseConverter
Direct Known Subclasses:
StreamIntrospectionD2Converter, StreamIntrospectionPlantUMLConverter

public abstract class StreamIntrospectionBaseConverter extends Object
Base class for stream introspection converters containing shared functionality.
Since:
2025.10
  • Field Details

    • OBJECT_MAPPER

      protected static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
    • json

      protected final String json
    • root

      protected final com.fasterxml.jackson.databind.JsonNode root
  • Constructor Details

    • StreamIntrospectionBaseConverter

      public StreamIntrospectionBaseConverter(String json)
  • Method Details

    • parseMetrics

      protected Map<String,String> parseMetrics()
    • getNiceDouble

      protected String getNiceDouble(Double number)
    • getNiceDouble3

      protected String getNiceDouble3(Double number)
    • getStreamEnd

      protected String getStreamEnd(Map<String,String> metrics, String name)
    • getBatchInfo

      protected String getBatchInfo(com.fasterxml.jackson.databind.JsonNode item)