Removed Methods |
V visit(PrivateElements )
|
Visit a collection of configuration elements for a com.google.inject.PrivateBinder
private binder. |
V visit(ProviderLookup<T> )
|
Visit a lookup of the provider for a type. |
V visit(RequireExplicitBindingsOption )
|
Visit a require explicit bindings command. |
V visit(ScopeBinding )
|
Visit a registration of a scope annotation with the scope that implements it. |
V visit(StaticInjectionRequest )
|
Visit a request to inject the static fields and methods of type. |
V visit(TypeConverterBinding )
|
Visit a registration of type converters for matching target types. |
V visit(TypeListenerBinding )
|
Visit an injectable type listener binding. |
Added Methods |
V visit(ModuleAnnotatedMethodScannerBinding )
|
Visits a Binder.scanModulesForAnnotatedMethods command. |
V visit(PrivateElements )
|
Visit a collection of configuration elements for a com.google.inject.PrivateBinder
private binder. |
V visit(ProviderLookup<T> )
|
Visit a lookup of the provider for a type. |
V visit(ProvisionListenerBinding )
|
Visit a provision listener binding. |
V visit(RequireAtInjectOnConstructorsOption )
|
Visit a require explicit {@literal @}Inject command. |
V visit(RequireExactBindingAnnotationsOption )
|
Visit a require exact binding annotations command. |
V visit(RequireExplicitBindingsOption )
|
Visit a require explicit bindings command. |
V visit(ScopeBinding )
|
Visit a registration of a scope annotation with the scope that implements it. |
V visit(StaticInjectionRequest )
|
Visit a request to inject the static fields and methods of type. |
V visit(TypeConverterBinding )
|
Visit a registration of type converters for matching target types. |
V visit(TypeListenerBinding )
|
Visit an injectable type listener binding. |
Changed Methods |
V visit(Binding<T> )
|
Changed from non-abstract to abstract.
|
Visit a mapping from a key (type and optional annotation) to the strategy for getting
instances of the type. |
V visit(DisableCircularProxiesOption )
|
Changed from non-abstract to abstract.
|
Visit a disable circular proxies command. |
V visit(InjectionRequest<?> )
|
Changed from non-abstract to abstract.
|
Visit a request to inject the instance fields and methods of an instance. |
V visit(InterceptorBinding )
|
Changed from non-abstract to abstract.
|
Visit a registration of interceptors for matching methods of matching classes. |
V visit(MembersInjectorLookup<T> )
|
Changed from non-abstract to abstract.
|
Visit a lookup of the members injector. |
V visit(Message )
|
Changed from non-abstract to abstract.
|
Visit an error message and the context in which it occured. |