Uses of Class
com.google.inject.internal.MethodAspect
-
Packages that use MethodAspect Package Description com.google.inject.internal Guice (sounds like "juice") -
-
Uses of MethodAspect in com.google.inject.internal
Fields in com.google.inject.internal with type parameters of type MethodAspect Modifier and Type Field Description private com.google.common.collect.ImmutableList<MethodAspect>
MembersInjectorImpl. addedAspects
private java.util.List<MethodAspect>
EncounterImpl. aspects
Methods in com.google.inject.internal that return MethodAspect Modifier and Type Method Description (package private) static MethodAspect
MethodAspect. fromBinding(InterceptorBinding binding)
Methods in com.google.inject.internal that return types with arguments of type MethodAspect Modifier and Type Method Description com.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 MethodAspect Constructor Description ProxyFactory(InjectionPoint injectionPoint, java.lang.Iterable<MethodAspect> methodAspects)
-