| java.lang.Object com.bm.ejb3guice.inject.BinderImpl
BinderImpl | class BinderImpl implements Binder(Code) | | Builds a dependency injection
Injector . Binds
Key s to
implementations.
author: crazybob@google.com (Bob Lee) |
Inner Class :interface CreationListener | |
Inner Class :class StaticInjection | |
Inner Class :static class ProviderProxy implements Provider<T>,CreationListener | |
creationListeners | final List<CreationListener> creationListeners(Code) | | |
instanceInjectors | final List<CreationListener> instanceInjectors(Code) | | |
staticInjections | final List<StaticInjection> staticInjections(Code) | | |
BinderImpl | public BinderImpl()(Code) | | Constructs a new builder for a development environment (see
Stage.DEVELOPMENT ).
|
add | void add(Message errorMessage)(Code) | | Adds an error message to be reported at creation time.
|
bindInterceptor | public void bindInterceptor(Matcher<? super Class<?>> classMatcher, Matcher<? super Method> methodMatcher, MethodInterceptor... interceptors)(Code) | | |
requestStaticInjection | public void requestStaticInjection(Class>... types)(Code) | | |
|
|