|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.guice.bean.inject.BeanListener
public final class BeanListener
TypeListener that listens for bean types and arranges for their properties to be injected.
| Constructor Summary | |
|---|---|
BeanListener(BeanBinder beanBinder)
|
|
| Method Summary | ||
|---|---|---|
|
hear(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter)
|
|
static boolean |
isInjecting()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanListener(BeanBinder beanBinder)
| Method Detail |
|---|
public <B> void hear(com.google.inject.TypeLiteral<B> type,
com.google.inject.spi.TypeEncounter<B> encounter)
hear in interface com.google.inject.spi.TypeListenerpublic static boolean isInjecting()
true if this thread is performing bean injection; otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||