Package dk.gtz.graphedit.internal
Class DemoSyntaxMigrater
java.lang.Object
dk.gtz.graphedit.internal.DemoSyntaxMigrater
- All Implemented Interfaces:
ISyntaxMigrater
Syntax migration class for the default demonstration syntax
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.core.TreeNode
migrate
(com.fasterxml.jackson.core.TreeNode input, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Perform a migration on a serialized tree node structure using the Jackson serialization library
-
Constructor Details
-
DemoSyntaxMigrater
public DemoSyntaxMigrater()Constructs a new instance of the demo syntax migrater
-
-
Method Details
-
migrate
public com.fasterxml.jackson.core.TreeNode migrate(com.fasterxml.jackson.core.TreeNode input, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Description copied from interface:ISyntaxMigrater
Perform a migration on a serialized tree node structure using the Jackson serialization library- Specified by:
migrate
in interfaceISyntaxMigrater
- Parameters:
input
- The parsed tree node structure to migrateobjectMapper
- The associated jackson objectmapper- Returns:
- A new parse-tree that has been patched
-