Class StreamIntrospectionBaseConverter
java.lang.Object
org.nuxeo.ecm.core.bulk.introspection.StreamIntrospectionBaseConverter
- Direct Known Subclasses:
StreamIntrospectionD2Converter,StreamIntrospectionPlantUMLConverter
Base class for stream introspection converters containing shared functionality.
- Since:
- 2025.10
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected static final com.fasterxml.jackson.databind.ObjectMapperprotected final com.fasterxml.jackson.databind.JsonNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBatchInfo(com.fasterxml.jackson.databind.JsonNode item) protected StringgetNiceDouble(Double number) protected StringgetNiceDouble3(Double number) protected StringgetStreamEnd(Map<String, String> metrics, String name)
-
Field Details
-
OBJECT_MAPPER
protected static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER -
json
-
root
protected final com.fasterxml.jackson.databind.JsonNode root
-
-
Constructor Details
-
StreamIntrospectionBaseConverter
-
-
Method Details
-
parseMetrics
-
getNiceDouble
-
getNiceDouble3
-
getStreamEnd
-
getBatchInfo
-