Uses of Class
io.smallrye.openapi.runtime.scanner.spi.FrameworkParameter
-
Packages that use FrameworkParameter Package Description io.smallrye.openapi.runtime.scanner.spi -
-
Uses of FrameworkParameter in io.smallrye.openapi.runtime.scanner.spi
Fields in io.smallrye.openapi.runtime.scanner.spi declared as FrameworkParameter Modifier and Type Field Description protected FrameworkParameterAbstractParameterProcessor.ParameterContext. frameworkParamMethods in io.smallrye.openapi.runtime.scanner.spi that return FrameworkParameter Modifier and Type Method Description protected abstract FrameworkParameterAbstractParameterProcessor. getMatrixParameter()Methods in io.smallrye.openapi.runtime.scanner.spi with parameters of type FrameworkParameter Modifier and Type Method Description protected voidAbstractParameterProcessor. readFrameworkParameter(org.jboss.jandex.AnnotationInstance annotation, FrameworkParameter frameworkParam, boolean overriddenParametersOnly)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.protected voidAbstractParameterProcessor. setMediaType(FrameworkParameter frameworkParam)Set thisAbstractParameterProcessor's formMediaType if it has not already been set and the value is explicitly known for the parameter type.Constructors in io.smallrye.openapi.runtime.scanner.spi with parameters of type FrameworkParameter Constructor Description ParameterContext(String name, FrameworkParameter frameworkParam, org.jboss.jandex.AnnotationTarget target, org.jboss.jandex.Type targetType)
-