Class DemoSyntaxMigrater

java.lang.Object
dk.gtz.graphedit.internal.DemoSyntaxMigrater
All Implemented Interfaces:
ISyntaxMigrater

public class DemoSyntaxMigrater extends Object implements ISyntaxMigrater
Syntax migration class for the default demonstration syntax
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new instance of the demo syntax migrater
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface ISyntaxMigrater
      Parameters:
      input - The parsed tree node structure to migrate
      objectMapper - The associated jackson objectmapper
      Returns:
      A new parse-tree that has been patched