Class DeleteLicenseCommand
- java.lang.Object
-
- io.apicurio.datamodels.cmd.AbstractCommand
-
- io.apicurio.datamodels.cmd.commands.DeleteNodeCommand<License>
-
- io.apicurio.datamodels.cmd.commands.DeleteLicenseCommand
-
- All Implemented Interfaces:
ICommand
public class DeleteLicenseCommand extends DeleteNodeCommand<License>
A command used to delete the license.- 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 DeleteLicenseCommand()DeleteLicenseCommand(Info info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LicensereadNode(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
-
DeleteLicenseCommand
public DeleteLicenseCommand()
-
DeleteLicenseCommand
public DeleteLicenseCommand(Info info)
-
-
Method Detail
-
readNode
protected License readNode(Document doc, com.fasterxml.jackson.databind.node.ObjectNode node)
- Specified by:
readNodein classDeleteNodeCommand<License>- See Also:
DeleteNodeCommand.readNode(Document, ObjectNode)
-
-