Class DeleteAllResponsesCommand
- java.lang.Object
-
- io.apicurio.datamodels.cmd.AbstractCommand
-
- io.apicurio.datamodels.cmd.commands.DeleteNodeCommand<OpenApiResponses>
-
- io.apicurio.datamodels.cmd.commands.DeleteAllResponsesCommand
-
- All Implemented Interfaces:
ICommand
public class DeleteAllResponsesCommand extends DeleteNodeCommand<OpenApiResponses>
- Author:
- eric.wittmann@gmail.com
-
-
Field Summary
-
Fields inherited from class io.apicurio.datamodels.cmd.commands.DeleteNodeCommand
_oldValue, _parentPath, _property
-
-
Constructor Summary
Constructors Constructor Description DeleteAllResponsesCommand()DeleteAllResponsesCommand(OpenApiOperation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OpenApiResponsesreadNode(Document doc, com.fasterxml.jackson.databind.node.ObjectNode node)-
Methods inherited from class io.apicurio.datamodels.cmd.commands.DeleteNodeCommand
execute, undo
-
Methods inherited from class io.apicurio.datamodels.cmd.AbstractCommand
indexOf, isNullOrUndefined, type
-
-
-
-
Constructor Detail
-
DeleteAllResponsesCommand
public DeleteAllResponsesCommand()
-
DeleteAllResponsesCommand
public DeleteAllResponsesCommand(OpenApiOperation operation)
-
-
Method Detail
-
readNode
protected OpenApiResponses readNode(Document doc, com.fasterxml.jackson.databind.node.ObjectNode node)
- Specified by:
readNodein classDeleteNodeCommand<OpenApiResponses>
-
-