Searched refs:getInjectionPoints (Results 1 – 11 of 11) sorted by relevance
55 injectionPoints = request.getInjectionPoints(); in visit()100 injectionPoints = request.getInjectionPoints(); in validate()
89 Set<InjectionPoint> injectionPoints = binding.getInjectionPoints(); in visit()107 Set<InjectionPoint> injectionPoints = binding.getInjectionPoints(); in visit()
90 return new ConstructorInjector<T>(membersInjector.getInjectionPoints(), factory.create(), in createConstructor()
68 public Set<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in InstanceBindingImpl
74 public Set<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in ProviderInstanceBindingImpl
152 public ImmutableSet<InjectionPoint> getInjectionPoints() { in getInjectionPoints() method in MembersInjectorImpl
42 Set<InjectionPoint> getInjectionPoints(); in getInjectionPoints() method
54 Set<InjectionPoint> getInjectionPoints(); in getInjectionPoints() method
65 public Set<InjectionPoint> getInjectionPoints() throws ConfigurationException { in getInjectionPoints() method in StaticInjectionRequest
73 public Set<InjectionPoint> getInjectionPoints() throws ConfigurationException { in getInjectionPoints() method in InjectionRequest
343 result = getInjectionPoints(type, true, errors); in forStaticMethodsAndFields()380 Set<InjectionPoint> result = getInjectionPoints(type, false, errors); in forInstanceMethodsAndFields()656 private static Set<InjectionPoint> getInjectionPoints(final TypeLiteral<?> type, in getInjectionPoints() method in InjectionPoint