Class AbstractParameterProcessor.ParameterContext

  • Enclosing class:
    AbstractParameterProcessor

    protected static class AbstractParameterProcessor.ParameterContext
    extends Object
    Used for collecting and merging any scanned Parameter annotations with the framework-specific parameter annotations. After scanning, this object may contain either the MP-OAI annotation information, the framework's annotation information, or both.
    Author:
    Michael Edgar <[email protected]>
    • Field Detail

      • location

        protected org.eclipse.microprofile.openapi.models.parameters.Parameter.In location
      • style

        protected org.eclipse.microprofile.openapi.models.parameters.Parameter.Style style
      • oaiParam

        protected org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam
      • defaultValue

        protected Object defaultValue
      • target

        protected org.jboss.jandex.AnnotationTarget target
      • targetType

        protected org.jboss.jandex.Type targetType
    • Constructor Detail

      • ParameterContext

        public ParameterContext​(String name,
                                FrameworkParameter frameworkParam,
                                org.jboss.jandex.AnnotationTarget target,
                                org.jboss.jandex.Type targetType)