|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.amis.pogamut.base.utils.guice.ProviderAdapter<T>
T
- public class ProviderAdapter<T>
Adapts the value from some Provider
to by of type "T".
Usually not needed, as you can cast the provider to a provider of different type.
Constructor Summary | |
---|---|
ProviderAdapter(com.google.inject.Provider wrappedProvider)
|
Method Summary | |
---|---|
T |
get()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProviderAdapter(com.google.inject.Provider wrappedProvider)
Method Detail |
---|
public T get()
get
in interface com.google.inject.Provider<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |