Class AbstractOpenApiResource


  • public abstract class AbstractOpenApiResource
    extends Object
    • Method Detail

      • getOpenApi

        protected io.swagger.v3.oas.models.OpenAPI getOpenApi()
      • getPaths

        protected abstract void getPaths​(Map<String,​Object> findRestControllers)
      • calculatePath

        protected void calculatePath​(OpenAPIBuilder openAPIBuilder,
                                     org.springframework.web.method.HandlerMethod handlerMethod,
                                     String operationPath,
                                     Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
      • isPackageToScan

        protected boolean isPackageToScan​(String aPackage)
      • isPathToMatch

        protected boolean isPathToMatch​(String operationPath)