Class AbstractRequestBuilder


  • public abstract class AbstractRequestBuilder
    extends Object
    • Method Detail

      • isParamTypeToIgnore

        protected abstract boolean isParamTypeToIgnore​(Class<?> paramType)
      • build

        public io.swagger.v3.oas.models.Operation build​(io.swagger.v3.oas.models.Components components,
                                                        org.springframework.web.method.HandlerMethod handlerMethod,
                                                        org.springframework.web.bind.annotation.RequestMethod requestMethod,
                                                        io.swagger.v3.oas.models.Operation operation,
                                                        MethodAttributes methodAttributes)
      • customiseOperation

        protected abstract io.swagger.v3.oas.models.Operation customiseOperation​(io.swagger.v3.oas.models.Operation operation,
                                                                                 org.springframework.web.method.HandlerMethod handlerMethod)
      • isParamToIgnore

        protected boolean isParamToIgnore​(Parameter parameter)