All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.websocket.WebsocketContextBaseDeps.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






WebsocketContextBaseDeps (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.websocket

Class WebsocketContextBaseDeps<W extends WebsocketContext<?>>



  • public class WebsocketContextBaseDeps<W extends WebsocketContext<?>>
    extends Object
    A wrapper object for the dependencies required by WebsocketContextBase. We inject this wrapper instead of injecting each individual dependency. We do this because the WebsocketContextBase is made to be extended frequently by developers and :
    • We want it to be easily extended without having to inject too many dependencies in the child class.
    • We want to keep using constructor injection instead of setter and field injection.
    • By using a wrapper, we can add new dependencies to WebsocketContextBase without breaking the client classes.
    • Method Detail

      • getXmlManager

        public XmlManager getXmlManager()
      • getInjectorProvider

        public com.google.inject.Provider<com.google.inject.Injector> getInjectorProvider()

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy