Package | Description |
---|---|
io.apicurio.datamodels.cmd.commands | |
io.apicurio.datamodels.cmd.models |
Modifier and Type | Field and Description |
---|---|
SimplifiedParameterType |
NewParamCommand._newType |
SimplifiedParameterType |
ChangeParameterTypeCommand._newType |
Modifier and Type | Method and Description |
---|---|
static ICommand |
CommandFactory.createChangeParameterDefinitionTypeCommand(DocumentType docType,
Parameter parameter,
SimplifiedParameterType newType) |
static ICommand |
CommandFactory.createChangeParameterTypeCommand(DocumentType docType,
Parameter parameter,
SimplifiedParameterType newType) |
static ICommand |
CommandFactory.createNewParamCommand(IOasParameterParent parent,
String paramName,
String paramType,
String description,
SimplifiedParameterType newType,
boolean override) |
Modifier and Type | Method and Description |
---|---|
static SimplifiedParameterType |
SimplifiedParameterType.fromParameter(Parameter param) |
Copyright © 2021 Red Hat. All rights reserved.