V - any type to be returned by the visit method. Use
Void with
return null if no return type is needed.
public abstract class DefaultElementVisitor<V> extends Objectimplements ElementVisitor <V>
visitOther(Element), returning its result.
| Constructor and Description |
|---|
DefaultElementVisitor()
|
| Modifier and Type | Method and Description |
|---|---|
<T> V |
visit(Binding
Visit a mapping from a key (type and optional annotation) to the strategy for getting instances of the type.
|
V |
visit(DisableCircularProxiesOption
Visit a disable circular proxies command.
|
V |
visit(InjectionRequest
Visit a request to inject the instance fields and methods of an instance.
|
V |
visit(InterceptorBinding
Visit a registration of interceptors for matching methods of matching classes.
|
<T> V |
visit(MembersInjectorLookup
Visit a lookup of the members injector.
|
V |
visit(Message
Visit an error message and the context in which it occured.
|
V |
visit(ModuleAnnotatedMethodScannerBinding
|
V |
visit(PrivateElements
Visit a collection of configuration elements for a
private binder.
|
<T> V |
visit(ProviderLookup
Visit a lookup of the provider for a type.
|
V |
visit(ProvisionListenerBinding
Visit a provision listener binding.
|
V |
visit(RequireAtInjectOnConstructorsOption
Visit a require explicit @
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.
|
protected V |
visitOther(Element
Default visit implementation.
|
public V visit(Messagemessage)
ElementVisitor
public <T> V visit(Binding<T> binding)
ElementVisitor
public V visit(InterceptorBindinginterceptorBinding)
ElementVisitor
public V visit(ScopeBindingscopeBinding)
ElementVisitor
public V visit(TypeConverterBindingtypeConverterBinding)
ElementVisitor
public <T> V visit(ProviderLookup<T> providerLookup)
ElementVisitor
public V visit(InjectionRequest<?> injectionRequest)
ElementVisitor
public V visit(StaticInjectionRequeststaticInjectionRequest)
ElementVisitor
public V visit(PrivateElementsprivateElements)
ElementVisitor
public <T> V visit(MembersInjectorLookup<T> lookup)
ElementVisitor
public V visit(TypeListenerBindingbinding)
ElementVisitor
public V visit(ProvisionListenerBindingbinding)
ElementVisitor
public V visit(DisableCircularProxiesOptionoption)
ElementVisitor
public V visit(RequireExplicitBindingsOptionoption)
ElementVisitor
public V visit(RequireAtInjectOnConstructorsOptionoption)
ElementVisitor
Inject command.
public V visit(RequireExactBindingAnnotationsOptionoption)
ElementVisitor
public V visit(ModuleAnnotatedMethodScannerBindingbinding)
ElementVisitor