<T> MycilaGuice |
MycilaGuice.bind(Class<T> type,
T instance) |
<A extends Annotation> MycilaGuice |
MycilaGuice.bindAnnotationInjector(Class<A> annotationType,
Class<? extends KeyProvider<A>> providerClass) |
MycilaGuice |
MycilaGuice.bindInterceptor(Class<?> interf,
String methodName,
Class<?>[] params,
org.aopalliance.intercept.MethodInterceptor... interceptors) |
MycilaGuice |
MycilaGuice.bindInterceptor(com.google.inject.matcher.Matcher<? super Class<?>> classMatcher,
com.google.inject.matcher.Matcher<? super Method> methodMatcher,
org.aopalliance.intercept.MethodInterceptor... interceptors) |
<A extends Annotation> MycilaGuice |
MycilaGuice.handleAfterInjection(Class<A> annotationType,
Class<? extends AnnotatedMemberHandler<A>> providerClass) |
<A extends Annotation> MycilaGuice |
MycilaGuice.handleFieldAfterInjection(Class<A> annotationType,
Class<? extends FieldHandler<A>> providerClass) |
<A extends Annotation> MycilaGuice |
MycilaGuice.handleMethodAfterInjection(Class<A> annotationType,
Class<? extends MethodHandler<A>> providerClass) |
static MycilaGuice |
MycilaGuice.in(com.google.inject.Binder binder) |
MycilaGuice |
MycilaGuice.install(com.google.inject.Module module) |