Uses of Class
com.google.inject.internal.MethodAspect
Packages that use MethodAspect
-
Uses of MethodAspect in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type MethodAspectModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<MethodAspect> MembersInjectorImpl.addedAspects
private List
<MethodAspect> EncounterImpl.aspects
Methods in com.google.inject.internal that return MethodAspectModifier and TypeMethodDescription(package private) static MethodAspect
MethodAspect.fromBinding
(InterceptorBinding binding) Methods in com.google.inject.internal that return types with arguments of type MethodAspectModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<MethodAspect> MembersInjectorImpl.getAddedAspects()
(package private) com.google.common.collect.ImmutableList
<MethodAspect> EncounterImpl.getAspects()
Constructor parameters in com.google.inject.internal with type arguments of type MethodAspectModifierConstructorDescription(package private)
ProxyFactory
(InjectionPoint injectionPoint, Iterable<MethodAspect> methodAspects)