| Package | Description |
|---|---|
| io.smallrye.openapi.runtime.scanner.spi |
| Modifier and Type | Field and Description |
|---|---|
protected Map<AbstractParameterProcessor.ParameterContextKey,AbstractParameterProcessor.ParameterContext> |
AbstractParameterProcessor.params
Collection of parameters scanned at the current level.
|
| 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. |
Copyright © 2018–2021. All rights reserved.