Interface ParameterProcessor.ParamWrapper<T extends Annotation>

  • Enclosing class:
    ParameterProcessor

    public static interface ParameterProcessor.ParamWrapper<T extends Annotation>
    Wraps either an @ApiParam or and @ApiImplicitParam
    • Method Detail

      • getDescription

        String getDescription()
      • getDefaultValue

        String getDefaultValue()
      • getAllowableValues

        String getAllowableValues()
      • isRequired

        boolean isRequired()
      • getAccess

        String getAccess()
      • isAllowMultiple

        boolean isAllowMultiple()
      • getDataType

        String getDataType()
      • getParamType

        String getParamType()
      • getAnnotation

        T getAnnotation()
      • isHidden

        boolean isHidden()
      • getExample

        String getExample()
      • getFormat

        String getFormat()
      • getReadOnly

        boolean getReadOnly()
      • getAllowEmptyValue

        boolean getAllowEmptyValue()
      • getCollectionFormat

        String getCollectionFormat()