Class ReplaceSecurityRequirementCommand

  • All Implemented Interfaces:
    ICommand

    public class ReplaceSecurityRequirementCommand
    extends AbstractCommand
    A command used to replace a definition schema with a newer version.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _parentPath

        public NodePath _parentPath
      • _oldRequirement

        public com.fasterxml.jackson.databind.node.ObjectNode _oldRequirement
      • _newRequirement

        public com.fasterxml.jackson.databind.node.ObjectNode _newRequirement
      • _replaced

        public boolean _replaced
    • Constructor Detail

      • ReplaceSecurityRequirementCommand

        public ReplaceSecurityRequirementCommand()