| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.scanner.spi |
| Modifier and Type | Field and Description |
|---|---|
protected FrameworkParameter |
AbstractParameterProcessor.ParameterContext.frameworkParam |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FrameworkParameter |
AbstractParameterProcessor.getMatrixParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractParameterProcessor.readParameter(AbstractParameterProcessor.ParameterContextKey key,
org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam,
FrameworkParameter frameworkParam,
Object defaultValue,
org.jboss.jandex.AnnotationTarget target,
boolean overriddenParametersOnly)
Merges MP-OAI
Parameters and framework-specific parameters for the same Parameter.In and name,
and Parameter.Style. |
protected void |
AbstractParameterProcessor.setMediaType(FrameworkParameter frameworkParam)
Set this
AbstractParameterProcessor's formMediaType if it has not already
been set and the value is explicitly known for the parameter type. |
| Constructor and Description |
|---|
ParameterContext(String name,
FrameworkParameter frameworkParam,
org.jboss.jandex.AnnotationTarget target,
org.jboss.jandex.Type targetType) |
Copyright © 2018–2021. All rights reserved.