public static class ParameterProcessor.ResourceParameters extends Object
PathItem
level and those that apply at the
Operation
level, except for form parameters which only apply to the operation.
This object includes the class and method path which may have been modified from the
values specified by Path
annotations to support the linkage of
matrix parameters.Constructor and Description |
---|
ResourceParameters() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.openapi.models.media.Content |
getFormBodyContent() |
org.eclipse.microprofile.openapi.models.media.Schema |
getFormBodySchema() |
List<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
getOperationParameters() |
String |
getOperationPath() |
List<org.eclipse.microprofile.openapi.models.parameters.Parameter> |
getPathItemParameters() |
public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> getPathItemParameters()
public String getOperationPath()
public List<org.eclipse.microprofile.openapi.models.parameters.Parameter> getOperationParameters()
public org.eclipse.microprofile.openapi.models.media.Content getFormBodyContent()
public org.eclipse.microprofile.openapi.models.media.Schema getFormBodySchema()
Copyright © 2018–2020. All rights reserved.