Class AbstractParameterProcessor.ParameterContextKey
java.lang.Object
io.smallrye.openapi.runtime.scanner.spi.AbstractParameterProcessor.ParameterContextKey
- Enclosing class:
AbstractParameterProcessor
Key used to store
AbstractParameterProcessor.ParameterContext objects in a map sorted by Parameter.In,
then by name, nulls first.- Author:
- Michael Edgar <michael@xlate.io>
-
Constructor Summary
ConstructorsConstructorDescriptionParameterContextKey(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) -
Method Summary
-
Constructor Details
-
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
-
-
Method Details