Class WebEndpointApplicationContextInitializer

  • All Implemented Interfaces:
    org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>

    public class WebEndpointApplicationContextInitializer
    extends java.lang.Object
    implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>
    The ApplicationContextInitializer for WebEndpoint
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    ApplicationContextInitializer, WebEndpointConfigurationPropertiesBindHandlerAdvisor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(org.springframework.context.ConfigurableApplicationContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebEndpointApplicationContextInitializer

        public WebEndpointApplicationContextInitializer()
    • Method Detail

      • initialize

        public void initialize​(org.springframework.context.ConfigurableApplicationContext context)
        Specified by:
        initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>