Uses of Class
org.easymock.internal.Injection
Packages that use Injection
-
Uses of Injection in org.easymock.internal
Fields in org.easymock.internal with type parameters of type InjectionModifier and TypeFieldDescriptionInjectionPlan.qualifiedInjectionsInjectionPlan.unqualifiedInjectionsMethods in org.easymock.internal that return InjectionModifier and TypeMethodDescriptionprivate static InjectionInjector.findUniqueAssignable(List<Injection> injections, InjectionTarget target) Methods in org.easymock.internal that return types with arguments of type InjectionModifier and TypeMethodDescriptionInjectionPlan.getQualifiedInjections()Get all injections having fieldName qualifiers.InjectionPlan.getUnqualifiedInjections()Get all injections that do not have fieldName qualifiers.Methods in org.easymock.internal with parameters of type InjectionModifier and TypeMethodDescriptionbooleanCan the given Injection be applied to this InjectionTarget?voidInjectionPlan.addInjection(Injection injection) Add anInjectionto this container.voidPerform 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 InjectionModifier and TypeMethodDescriptionprivate static InjectionInjector.findUniqueAssignable(List<Injection> injections, InjectionTarget target) Injector.injectByName(Class<?> clazz, Object obj, List<Injection> qualifiedInjections)