Uses of Interface
io.microsphere.spring.beans.factory.InjectionPointDependencyResolver
-
Packages that use InjectionPointDependencyResolver Package Description io.microsphere.spring.beans.factory io.microsphere.spring.beans.factory.annotation -
-
Uses of InjectionPointDependencyResolver in io.microsphere.spring.beans.factory
Classes in io.microsphere.spring.beans.factory that implement InjectionPointDependencyResolver Modifier and Type Class Description class
AbstractInjectionPointDependencyResolver
Abstract base class for implementingInjectionPointDependencyResolver
.class
BeanMethodInjectionPointDependencyResolver
class
ConstructionInjectionPointDependencyResolver
InjectionPointDependencyResolver
forConstructor
class
InjectionPointDependencyResolvers
A composite implementation of theInjectionPointDependencyResolver
interface that delegates to multiple resolvers.Constructor parameters in io.microsphere.spring.beans.factory with type arguments of type InjectionPointDependencyResolver Constructor Description InjectionPointDependencyResolvers(java.lang.Iterable<InjectionPointDependencyResolver> resolvers)
-
Uses of InjectionPointDependencyResolver in io.microsphere.spring.beans.factory.annotation
Classes in io.microsphere.spring.beans.factory.annotation that implement InjectionPointDependencyResolver Modifier and Type Class Description class
AnnotatedInjectionPointDependencyResolver<A extends java.lang.annotation.Annotation>
AbstractInjectionPointDependencyResolver
for annotated elementclass
AutowiredInjectionPointDependencyResolver
AnnotatedInjectionPointDependencyResolver
forAutowired
class
ResourceInjectionPointDependencyResolver
AnnotatedInjectionPointDependencyResolver
forResource
-