Class WebEndpointMappingsReadyEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class WebEndpointMappingsReadyEvent
    extends org.springframework.context.event.ApplicationContextEvent
    An ApplicationContextEvent was raised when the WebEndpointMappings are ready.
    Since:
    1.0.0
    Author:
    Mercy
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<WebEndpointMapping> getMappings()  
      java.lang.String toString()  
      • Methods inherited from class org.springframework.context.event.ApplicationContextEvent

        getApplicationContext
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

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

      • WebEndpointMappingsReadyEvent

        public WebEndpointMappingsReadyEvent​(org.springframework.context.ApplicationContext source,
                                             java.util.Collection<WebEndpointMapping> mappings)
        Create a new ApplicationContextEvent.
        Parameters:
        source - the ApplicationContext that the event is raised for (must not be null)
        mappings - list
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject