Package tv.hd3g.selfautorestdoc.mod
Class SelfAutoRestDocEndpointsListener
- java.lang.Object
-
- tv.hd3g.selfautorestdoc.mod.SelfAutoRestDocEndpointsListener
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
@Component public class SelfAutoRestDocEndpointsListener extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-
-
Constructor Summary
Constructors Constructor Description SelfAutoRestDocEndpointsListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfAutoRESTDocgetSelfAutoRESTDoc()voidonApplicationEvent(org.springframework.context.ApplicationEvent event)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-
getSelfAutoRESTDoc
public SelfAutoRESTDoc getSelfAutoRESTDoc()
-
-