Class OpenApiConfig


  • @Configuration
    public class OpenApiConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenApiConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springdoc.core.GroupedOpenApi armsApi()  
      io.swagger.v3.oas.models.OpenAPI openAPI()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenApiConfig

        public OpenApiConfig()
    • Method Detail

      • openAPI

        @Bean
        public io.swagger.v3.oas.models.OpenAPI openAPI()
      • armsApi

        @Bean
        public org.springdoc.core.GroupedOpenApi armsApi()