Class CaptureSchemaMigrator
java.lang.Object
com.shaft.capture.format.CaptureSchemaMigrator
Deterministic migrations for supported older capture schemas.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ObjectNodemigrate(com.fasterxml.jackson.databind.JsonNode input) Migrates a supported capture tree to the current schema.
-
Field Details
-
LEGACY_SCHEMA_VERSION
- See Also:
-
-
Method Details
-
migrate
public static com.fasterxml.jackson.databind.node.ObjectNode migrate(com.fasterxml.jackson.databind.JsonNode input) Migrates a supported capture tree to the current schema.- Parameters:
input- parsed capture tree- Returns:
- migrated deep copy
-