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
private java.util.List<MethodAspect>
InheritingState. methodAspects
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()
com.google.common.collect.ImmutableList<MethodAspect>
InheritingState. getMethodAspects()
com.google.common.collect.ImmutableList<MethodAspect>
State. getMethodAspects()
Methods in com.google.inject.internal with parameters of type MethodAspect Modifier and Type Method Description void
InheritingState. addMethodAspect(MethodAspect methodAspect)
void
State. addMethodAspect(MethodAspect methodAspect)
Constructor parameters in com.google.inject.internal with type arguments of type MethodAspect Constructor Description ProxyFactory(InjectionPoint injectionPoint, java.lang.Iterable<MethodAspect> methodAspects)
-