Class AbstractParameterProcessor.ParameterContextKey
- java.lang.Object
-
- io.smallrye.openapi.runtime.scanner.spi.AbstractParameterProcessor.ParameterContextKey
-
- Enclosing class:
- AbstractParameterProcessor
protected static class AbstractParameterProcessor.ParameterContextKey extends Object
Key used to storeAbstractParameterProcessor.ParameterContextobjects in a map sorted byParameter.In, then by name, nulls first.- Author:
- Michael Edgar <michael@xlate.io>
-
-
Constructor Summary
Constructors Constructor Description ParameterContextKey(AbstractParameterProcessor.ParameterContext context)ParameterContextKey(String name, org.eclipse.microprofile.openapi.models.parameters.Parameter.In location, org.eclipse.microprofile.openapi.models.parameters.Parameter.Style style)ParameterContextKey(org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam)
-
-
-
Constructor Detail
-
ParameterContextKey
public ParameterContextKey(String name, org.eclipse.microprofile.openapi.models.parameters.Parameter.In location, org.eclipse.microprofile.openapi.models.parameters.Parameter.Style style)
-
ParameterContextKey
public ParameterContextKey(org.eclipse.microprofile.openapi.models.parameters.Parameter oaiParam)
-
ParameterContextKey
public ParameterContextKey(AbstractParameterProcessor.ParameterContext context)
-
-