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