Uses of Class
io.smallrye.openapi.runtime.scanner.spi.AbstractParameterProcessor.ParameterContextKey
Packages that use AbstractParameterProcessor.ParameterContextKey
-
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.ParameterContextKeyModifier and TypeFieldDescriptionprotected 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.ParameterContextKeyModifier and TypeMethodDescriptionprotected 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.