Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<MethodAspect> |
MembersInjectorImpl.addedAspects |
private java.util.List<MethodAspect> |
EncounterImpl.aspects |
private java.util.List<MethodAspect> |
InheritingState.methodAspects |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
InheritingState.addMethodAspect(MethodAspect methodAspect) |
void |
State.addMethodAspect(MethodAspect methodAspect) |
Constructor and Description |
---|
ProxyFactory(InjectionPoint injectionPoint,
java.lang.Iterable<MethodAspect> methodAspects) |