public class ResourceParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
PARAMETER_COMPARATOR |
| Constructor and Description |
|---|
ResourceParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperationParameter(org.eclipse.microprofile.openapi.models.parameters.Parameter parameter) |
List<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
getAllParameters() |
org.eclipse.microprofile.openapi.models.media.Content |
getFormBodyContent() |
org.eclipse.microprofile.openapi.models.media.Schema |
getFormBodySchema() |
String |
getFullOperationPath() |
List<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
getOperationParameters() |
String |
getOperationPath() |
List<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
getPathItemParameters() |
List<String> |
getPathParameterTemplateNames() |
void |
setFormBodyContent(org.eclipse.microprofile.openapi.models.media.Content formBodyContent) |
void |
setOperationParameters(List<org.eclipse.microprofile.openapi.models.parameters.Parameter> operationParameters) |
void |
setOperationPath(String operationPath) |
void |
setPathItemParameters(List<org.eclipse.microprofile.openapi.models.parameters.Parameter> pathItemParameters) |
void |
setPathItemPath(String pathItemPath) |
void |
sort() |
public static final Comparator<org.eclipse.microprofile.openapi.models.parameters.Parameter> PARAMETER_COMPARATOR
public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> getPathItemParameters()
public String getOperationPath()
public String getFullOperationPath()
public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> getOperationParameters()
public void addOperationParameter(org.eclipse.microprofile.openapi.models.parameters.Parameter parameter)
public org.eclipse.microprofile.openapi.models.media.Content getFormBodyContent()
public org.eclipse.microprofile.openapi.models.media.Schema getFormBodySchema()
public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> getAllParameters()
public void setPathItemPath(String pathItemPath)
public void setPathItemParameters(List<org.eclipse.microprofile.openapi.models.parameters.Parameter> pathItemParameters)
public void setOperationPath(String operationPath)
public void setOperationParameters(List<org.eclipse.microprofile.openapi.models.parameters.Parameter> operationParameters)
public void setFormBodyContent(org.eclipse.microprofile.openapi.models.media.Content formBodyContent)
public void sort()
Copyright © 2018–2021. All rights reserved.