Package | Description |
---|---|
io.apicurio.datamodels.cmd.commands | |
io.apicurio.datamodels.cmd.models | |
io.apicurio.datamodels.cmd.util | |
io.apicurio.datamodels.compat |
Modifier and Type | Field and Description |
---|---|
SimplifiedType |
ChangeResponseTypeCommand._newType |
SimplifiedType |
ChangeMediaTypeTypeCommand._newType |
Modifier and Type | Method and Description |
---|---|
static ICommand |
CommandFactory.createChangeMediaTypeTypeCommand(Oas30MediaType mediaType,
SimplifiedType newType) |
static ICommand |
CommandFactory.createChangeResponseDefinitionTypeCommand(Oas20ResponseDefinition response,
SimplifiedType newType) |
static ICommand |
CommandFactory.createChangeResponseTypeCommand(Oas20Response response,
SimplifiedType newType) |
Modifier and Type | Class and Description |
---|---|
class |
SimplifiedParameterType |
class |
SimplifiedPropertyType |
Modifier and Type | Field and Description |
---|---|
SimplifiedType |
SimplifiedType.of |
Modifier and Type | Method and Description |
---|---|
static SimplifiedType |
SimplifiedType.fromItems(Oas20Items items) |
static SimplifiedType |
SimplifiedType.fromParameter(Oas20Parameter param) |
static SimplifiedType |
SimplifiedType.fromSchema(OasSchema schema) |
Modifier and Type | Method and Description |
---|---|
static void |
SimplifiedTypeUtil.setSimplifiedType(OasSchema node,
SimplifiedType type) |
static void |
SimplifiedTypeUtil.setSimplifiedTypeOnParam(Oas20Parameter node,
SimplifiedType type) |
Constructor and Description |
---|
SetItemsTypeVisitor(SimplifiedType type)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
static class |
MarshallCompat.SimplifiedTypeDeserializer<T extends SimplifiedType> |
static class |
MarshallCompat.SimplifiedTypeSerializer<T extends SimplifiedType> |
Copyright © 2019 Red Hat. All rights reserved.