Class SessionScope.ScopeState

  • Enclosing class:
    SessionScope

    private static final class SessionScope.ScopeState
    extends java.lang.Object
    ScopeState
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<com.google.inject.Key<?>,​java.lang.Object> provided  
      private java.util.Map<com.google.inject.Key<?>,​com.google.inject.Provider<?>> seeded  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ScopeState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • seeded

        private final java.util.Map<com.google.inject.Key<?>,​com.google.inject.Provider<?>> seeded
      • provided

        private final java.util.Map<com.google.inject.Key<?>,​java.lang.Object> provided
    • Constructor Detail

      • ScopeState

        private ScopeState()