Class AddPathItemCommand

  • All Implemented Interfaces:
    ICommand

    public class AddPathItemCommand
    extends AbstractCommand
    A command used to add a new pathItem in a document. Source for the new pathItem must be provided. This source will be converted to an OAS pathItem object and then added to the data model.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _pathItemExists

        public boolean _pathItemExists
      • _newPathItemName

        public String _newPathItemName
      • _newPathItemObj

        public com.fasterxml.jackson.databind.node.ObjectNode _newPathItemObj
      • _nullPathItems

        public boolean _nullPathItems
    • Constructor Detail

      • AddPathItemCommand

        public AddPathItemCommand()
      • AddPathItemCommand

        public AddPathItemCommand​(String pathItemName)
      • AddPathItemCommand

        public AddPathItemCommand​(String pathItemName,
                                  com.fasterxml.jackson.databind.node.ObjectNode from)