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 store AbstractParameterProcessor.ParameterContext objects in a map sorted by Parameter.In, then by name, nulls first.
Author:
Michael Edgar <michael@xlate.io>
  • 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

      public ParameterContextKey(AbstractParameterProcessor.ParameterContext context)
  • Method Details