Uses of Class
org.easymock.internal.Injection
-
Packages that use Injection Package Description org.easymock.internal -
-
Uses of Injection in org.easymock.internal
Fields in org.easymock.internal with type parameters of type Injection Modifier and Type Field Description private java.util.List<Injection>
InjectionPlan. qualifiedInjections
private java.util.List<Injection>
InjectionPlan. unqualifiedInjections
Methods in org.easymock.internal that return Injection Modifier and Type Method Description private static Injection
Injector. findUniqueAssignable(java.util.List<Injection> injections, InjectionTarget target)
Methods in org.easymock.internal that return types with arguments of type Injection Modifier and Type Method Description java.util.List<Injection>
InjectionPlan. getQualifiedInjections()
Get all injections having fieldName qualifiers.java.util.List<Injection>
InjectionPlan. getUnqualifiedInjections()
Get all injections that do not have fieldName qualifiers.Methods in org.easymock.internal with parameters of type Injection Modifier and Type Method Description boolean
InjectionTarget. accepts(Injection injection)
Can the given Injection be applied to this InjectionTarget?void
InjectionPlan. addInjection(Injection injection)
Add anInjection
to this container.void
InjectionTarget. inject(java.lang.Object obj, Injection injection)
Perform the injection against the given object set the "matched" status of the injection when successful.Method parameters in org.easymock.internal with type arguments of type Injection Modifier and Type Method Description private static Injection
Injector. findUniqueAssignable(java.util.List<Injection> injections, InjectionTarget target)
private static java.util.List<java.lang.reflect.Field>
Injector. injectByName(java.lang.Class<?> clazz, java.lang.Object obj, java.util.List<Injection> qualifiedInjections)
-