Uses of Class
io.smallrye.openapi.runtime.scanner.spi.AbstractParameterProcessor.ParameterContextKey
-
Packages that use AbstractParameterProcessor.ParameterContextKey Package Description io.smallrye.openapi.runtime.scanner.spi -
-
Uses of AbstractParameterProcessor.ParameterContextKey in io.smallrye.openapi.runtime.scanner.spi
Fields in io.smallrye.openapi.runtime.scanner.spi with type parameters of type AbstractParameterProcessor.ParameterContextKey Modifier and Type Field Description protected Map<AbstractParameterProcessor.ParameterContextKey,AbstractParameterProcessor.ParameterContext>AbstractParameterProcessor. paramsCollection of parameters scanned at the current level.Methods in io.smallrye.openapi.runtime.scanner.spi with parameters of type AbstractParameterProcessor.ParameterContextKey Modifier and Type Method Description protected voidAbstractParameterProcessor. 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-OAIParameters and framework-specific parameters for the sameParameter.Inand name, andParameter.Style.
-