protected static class AbstractParameterProcessor.ParameterContext extends Object
Parameter annotations
with the framework-specific parameter annotations. After scanning, this object may
contain either the MP-OAI annotation information, the framework's annotation
information, or both.| Modifier and Type | Field and Description |
|---|---|
Object |
defaultValue |
FrameworkParameter |
frameworkParam |
org.eclipse.microprofile.openapi.models.parameters.Parameter.In |
location |
String |
name |
org.eclipse.microprofile.openapi.models.parameters.Parameter |
oaiParam |
org.eclipse.microprofile.openapi.models.parameters.Parameter.Style |
style |
org.jboss.jandex.AnnotationTarget |
target |
org.jboss.jandex.Type |
targetType |
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterContext() |
public String name
public org.eclipse.microprofile.openapi.models.parameters.Parameter.In location
public org.eclipse.microprofile.openapi.models.parameters.Parameter.Style style
public org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam
public FrameworkParameter frameworkParam
public Object defaultValue
public org.jboss.jandex.AnnotationTarget target
public org.jboss.jandex.Type targetType
Copyright © 2018–2021. All rights reserved.