| Modifier and Type | Method and Description |
|---|---|
static ParameterType |
ParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType[] |
ParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parameter(String externalName,
ParameterType parameterType,
String internalPrefix,
TypeDefinition typeDefinition,
boolean password) |
Parameter(String externalName,
ParameterType parameterType,
TypeDefinition typeDefinition) |
Parameter(String externalName,
ParameterType parameterType,
TypeDefinition typeDefinition,
boolean password,
boolean generated) |
PartParameter(String externalName,
ParameterType parameterType,
TypeDefinition typeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static List<Parameter> |
AMFParserUtil.getParameterList(List<amf.apicontract.client.platform.model.domain.Parameter> amfParameters,
ParameterType parameterType,
JsonSchemaPool jsonSchemaPool) |
| Modifier and Type | Method and Description |
|---|---|
static List<Parameter> |
RamlParserUtils.getParameterList(List<org.raml.v2.api.model.v10.datamodel.TypeDeclaration> typeDeclarationParameters,
boolean setDefaultMediaTypes,
ParameterType parameterType,
JsonSchemaPool jsonSchemaPool) |
static List<Parameter> |
RamlParserUtils.getParameterList(List<org.raml.v2.api.model.v10.datamodel.TypeDeclaration> typeDeclarationParameters,
ParameterType parameterType,
JsonSchemaPool jsonSchemaPool) |
| Modifier and Type | Method and Description |
|---|---|
static List<Parameter> |
SmartConnectorSecuritySchemeDecoratorHelper.buildPrefixedParameters(List<Parameter> parameters,
String namePrefix,
ParameterType parameterType) |
Copyright © 2024. All rights reserved.