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
AbstractInjectionPointDependencyResolver
class
BeanMethodInjectionPointDependencyResolver
class
ConstructionInjectionPointDependencyResolver
class
InjectionPointDependencyResolvers
CompositeInjectionPointDependencyResolver
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
-