Class DeleteAllPropertiesCommand

  • All Implemented Interfaces:
    ICommand

    public class DeleteAllPropertiesCommand
    extends AbstractCommand
    A command used to delete all properties from a schema.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _schemaPath

        public NodePath _schemaPath
      • _oldProperties

        public Map<String,​com.fasterxml.jackson.databind.node.ObjectNode> _oldProperties
    • Constructor Detail

      • DeleteAllPropertiesCommand

        public DeleteAllPropertiesCommand()
      • DeleteAllPropertiesCommand

        public DeleteAllPropertiesCommand​(Schema schema)