Package org.apache.syncope.core.starter
Class SwaggerUIInitializer
- java.lang.Object
-
- org.apache.syncope.core.starter.SwaggerUIInitializer
-
- All Implemented Interfaces:
WebMvcConfigurer
@Configuration(proxyBeanMethods=false) public class SwaggerUIInitializer extends Object implements WebMvcConfigurer
-
-
Constructor Summary
Constructors Constructor Description SwaggerUIInitializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addViewControllers(ViewControllerRegistry registry)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
-
-
-
-
Method Detail
-
addViewControllers
public void addViewControllers(ViewControllerRegistry registry)
- Specified by:
addViewControllers
in interfaceWebMvcConfigurer
-
-