Class JoinfacesApplicationAnalyzer

java.lang.Object
org.joinfaces.autoconfigure.JoinfacesApplicationAnalyzer
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>

public class JoinfacesApplicationAnalyzer extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
This class analyzes the SpringApplication and its context.
  • Constructor Details

    • JoinfacesApplicationAnalyzer

      public JoinfacesApplicationAnalyzer()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>