Package org.joinfaces.autoconfigure
Class JoinfacesApplicationAnalyzer
java.lang.Object
org.joinfaces.autoconfigure.JoinfacesApplicationAnalyzer
- All Implemented Interfaces:
EventListener
,ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
public class JoinfacesApplicationAnalyzer
extends Object
implements ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
This class analyzes the
SpringApplication
and its context
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onApplicationEvent
(org.springframework.boot.context.event.ApplicationStartedEvent event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
JoinfacesApplicationAnalyzer
public JoinfacesApplicationAnalyzer()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event) - Specified by:
onApplicationEvent
in interfaceApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
-