Searched refs:getInjectionPoints (Results 1 – 11 of 11) sorted by relevance
56 injectionPoints = request.getInjectionPoints(); in visit()101 injectionPoints = request.getInjectionPoints(); in validate()
98 Set<InjectionPoint> injectionPoints = binding.getInjectionPoints(); in visit()124 Set<InjectionPoint> injectionPoints = binding.getInjectionPoints(); in visit()
91 membersInjector.getInjectionPoints(), in createConstructor()
66 public Set<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in InstanceBindingImpl
84 public Set<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in ProviderInstanceBindingImpl
175 public ImmutableSet<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in MembersInjectorImpl
39 Set<InjectionPoint> getInjectionPoints(); in getInjectionPoints() method
54 Set<InjectionPoint> getInjectionPoints(); in getInjectionPoints() method
66 public Set<InjectionPoint> getInjectionPoints() throws ConfigurationException { in getInjectionPoints() method in StaticInjectionRequest
74 public Set<InjectionPoint> getInjectionPoints() throws ConfigurationException { in getInjectionPoints() method in InjectionRequest
341 result = getInjectionPoints(type, true, errors); in forStaticMethodsAndFields()378 Set<InjectionPoint> result = getInjectionPoints(type, false, errors); in forInstanceMethodsAndFields()651 private static Set<InjectionPoint> getInjectionPoints( in getInjectionPoints() method in InjectionPoint