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 |
|---|---|
protected Object |
defaultValue |
protected FrameworkParameter |
frameworkParam |
protected org.eclipse.microprofile.openapi.models.parameters.Parameter.In |
location |
protected String |
name |
protected org.eclipse.microprofile.openapi.models.parameters.Parameter |
oaiParam |
protected org.eclipse.microprofile.openapi.models.parameters.Parameter.Style |
style |
protected org.jboss.jandex.AnnotationTarget |
target |
protected org.jboss.jandex.Type |
targetType |
| Constructor and Description |
|---|
ParameterContext(String name,
FrameworkParameter frameworkParam,
org.jboss.jandex.AnnotationTarget target,
org.jboss.jandex.Type targetType) |
protected String name
protected org.eclipse.microprofile.openapi.models.parameters.Parameter.In location
protected org.eclipse.microprofile.openapi.models.parameters.Parameter.Style style
protected org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam
protected FrameworkParameter frameworkParam
protected Object defaultValue
protected org.jboss.jandex.AnnotationTarget target
protected org.jboss.jandex.Type targetType
public ParameterContext(String name, FrameworkParameter frameworkParam, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.Type targetType)
Copyright © 2018–2021. All rights reserved.