Class SessionScope.CachingProvider<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    com.google.inject.Provider<T>, javax.inject.Provider<T>
    Enclosing class:
    SessionScope

    protected static class SessionScope.CachingProvider<T>
    extends java.lang.Object
    implements com.google.inject.Provider<T>
    CachingProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T get()  
      T value()  
      • Methods inherited from class java.lang.Object

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

      • value

        public T value()
      • get

        public T get()
        Specified by:
        get in interface com.google.inject.Provider<T>
        Specified by:
        get in interface javax.inject.Provider<T>