Package ubic.gemma.rest.util
Class OpenApiConfig
- java.lang.Object
-
- ubic.gemma.rest.util.OpenApiConfig
-
@Configuration public class OpenApiConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenApiConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.beans.factory.FactoryBean<io.swagger.v3.oas.models.OpenAPI>
openApi(CustomModelResolver customModelResolver, org.springframework.core.env.Environment environment)
-
-
-
Method Detail
-
openApi
@Bean public org.springframework.beans.factory.FactoryBean<io.swagger.v3.oas.models.OpenAPI> openApi(CustomModelResolver customModelResolver, org.springframework.core.env.Environment environment)
-
-