| AbstractReplaceNodeCommand<T extends Node> |
Base class for commands that replace entire nodes.
|
| AbstractSchemaInhCommand |
|
| AddChannelItemCommand |
A command used to add a new channelItem in a document.
|
| AddExampleCommand |
A command used to add an Example to a MediaType, Parameter, or Header.
|
| AddPathItemCommand |
A command used to add a new pathItem in a document.
|
| AddResponseDefinitionCommand |
A command used to add a new response definition in a document.
|
| AddSchemaDefinitionCommand |
A command used to add a new definition in a document.
|
| AddSecurityRequirementCommand |
A command used to create a new security requirement in a document.
|
| AggregateCommand |
A command used to aggregate an array of other commands into a single logical command.
|
| ChangeContactCommand |
|
| ChangeDescriptionCommand |
A command used to modify the description of a document.
|
| ChangeLicenseCommand |
A command used to modify the license information of a document.
|
| ChangePropertyCommand<T> |
A command used to modify the simple property of a node.
|
| ChangeTitleCommand |
A command used to modify the title of a document.
|
| ChangeVersionCommand |
A command used to modify the version of a document.
|
| DeleteAllChildSchemasCommand |
A command used to delete all child schemas from a schema.
|
| DeleteAllExamplesCommand |
A command used to delete a single mediaType from an operation.
|
| DeleteAllExtensionsCommand |
A command used to delete all extensions from a node.
|
| DeleteAllHeadersCommand |
A command used to delete all headers from a document.
|
| DeleteAllOperationsCommand |
A command used to delete all operations from a path
|
| DeleteAllParametersCommand |
A command used to delete all parameters from: PathItem, Operation
|
| DeleteAllPropertiesCommand |
A command used to delete all properties from a schema.
|
| DeleteAllResponsesCommand |
|
| DeleteAllSecurityRequirementsCommand |
A command used to delete all security requirements from a document or operation.
|
| DeleteAllSecuritySchemesCommand |
A command used to delete all security schemes from a document or operation.
|
| DeleteAllServersCommand |
A command used to delete all servers from a document.
|
| DeleteAllTagsCommand |
A command used to delete all tags from a document.
|
| DeleteContactCommand |
A command used to delete the contact.
|
| DeleteExtensionCommand |
A command used to delete a single extension.
|
| DeleteLicenseCommand |
A command used to delete the license.
|
| DeleteMediaTypeCommand |
A command used to delete a single mediaType from an operation.
|
| DeleteMediaTypeCommand.MediaTypeRemover |
|
| DeleteMediaTypeCommand.MediaTypeRestorer |
|
| DeleteNodeCommand<T extends Node> |
A command used to delete a child node.
|
| ReplaceOperationCommand |
A command used to replace an operation with a newer version.
|
| ReplacePathItemCommand |
A command used to replace a path item with a newer version.
|
| ReplaceResponseDefinitionCommand |
A command used to replace a response definition with a newer version.
|
| ReplaceSchemaDefinitionCommand |
A command used to replace a definition schema with a newer version.
|
| ReplaceSecurityRequirementCommand |
A command used to replace a definition schema with a newer version.
|
| SetPropertyCommand<T> |
A command used to modify the simple property of a node.
|