|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- any type to be returned by the visit method. Use Void
with
return null
if no return type is needed.public interface ElementVisitor<V>
Visit elements.
Method Summary | ||
---|---|---|
|
visitBinding(Binding<T> binding)
Visit a mapping from a key (type and optional annotation) to the strategy for getting instances of the type. |
|
V |
visitInjectionRequest(InjectionRequest injectionRequest)
Visit a request to inject the instance fields and methods of an instance. |
|
V |
visitInterceptorBinding(InterceptorBinding interceptorBinding)
Visit a registration of interceptors for matching methods of matching classes. |
|
V |
visitMessage(Message message)
Visit an error message and the context in which it occured. |
|
|
visitProviderLookup(ProviderLookup<T> providerLookup)
Visit a lookup of the provider for a type. |
|
V |
visitScopeBinding(ScopeBinding scopeBinding)
Visit a registration of a scope annotation with the scope that implements it. |
|
V |
visitStaticInjectionRequest(StaticInjectionRequest staticInjectionRequest)
Visit a request to inject the static fields and methods of type. |
|
V |
visitTypeConverterBinding(TypeConverterBinding typeConverterBinding)
Visit a registration of type converters for matching target types. |
Method Detail |
---|
<T> V visitBinding(Binding<T> binding)
V visitInterceptorBinding(InterceptorBinding interceptorBinding)
V visitScopeBinding(ScopeBinding scopeBinding)
V visitTypeConverterBinding(TypeConverterBinding typeConverterBinding)
V visitInjectionRequest(InjectionRequest injectionRequest)
V visitStaticInjectionRequest(StaticInjectionRequest staticInjectionRequest)
<T> V visitProviderLookup(ProviderLookup<T> providerLookup)
V visitMessage(Message message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |