Class DeleteMediaTypeCommand

  • All Implemented Interfaces:
    ICommand

    public class DeleteMediaTypeCommand
    extends AbstractCommand
    A command used to delete a single mediaType from an operation.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _mediaTypeName

        public String _mediaTypeName
      • _mediaTypePath

        public NodePath _mediaTypePath
      • _parentPath

        public NodePath _parentPath
      • _oldMediaType

        public com.fasterxml.jackson.databind.node.ObjectNode _oldMediaType
      • _oldMediaTypeIndex

        public int _oldMediaTypeIndex
    • Constructor Detail

      • DeleteMediaTypeCommand

        public DeleteMediaTypeCommand()
      • DeleteMediaTypeCommand

        public DeleteMediaTypeCommand​(OpenApiMediaType mediaType)