Java org.springframework.beans.factory.support AutowireUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support AutowireUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support AutowireUtils.

The text is from its open source code.

Method

booleanisExcludedFromDependencyCheck(PropertyDescriptor pd)
Determine whether the given bean property is excluded from dependency checks.
booleanisSetterDefinedInInterface(PropertyDescriptor pd, Set> interfaces)
Return whether the setter method of the given bean property is defined in any of the given interfaces.
ClassresolveReturnTypeForFactoryMethod(Method method, Object[] args, @Nullable ClassLoader classLoader)
Determine the target type for the generic return type of the given generic factory method, where formal type variables are declared on the given method itself.
voidsortConstructors(Constructor[] constructors)
Sort the given constructors, preferring public constructors and "greedy" ones with a maximum number of arguments.
voidsortFactoryMethods(Method[] factoryMethods)
Sort the given factory methods, preferring public methods and "greedy" ones with a maximum of arguments.