@ -1908,7 +1908,7 @@ public abstract class AbstractAutowireCapableBeanFactory extends AbstractBeanFac
@@ -1908,7 +1908,7 @@ public abstract class AbstractAutowireCapableBeanFactory extends AbstractBeanFac
if(logger.isTraceEnabled()){
logger.trace("Invoking init method '"+initMethodName+"' on bean with name '"+beanName+"'");
@ -58,8 +58,18 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@@ -58,8 +58,18 @@ public class ReflectiveMethodExecutor implements MethodExecutor {
@ -176,7 +176,7 @@ public class ReflectiveMethodResolver implements MethodResolver {
@@ -176,7 +176,7 @@ public class ReflectiveMethodResolver implements MethodResolver {
}
if(matchInfo!=null){
if(matchInfo.isExactMatch()){
returnnewReflectiveMethodExecutor(method);
returnnewReflectiveMethodExecutor(method,type);
}
elseif(matchInfo.isCloseMatch()){
if(this.useDistance){
@ -204,13 +204,13 @@ public class ReflectiveMethodResolver implements MethodResolver {
@@ -204,13 +204,13 @@ public class ReflectiveMethodResolver implements MethodResolver {
@ -139,7 +139,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -139,7 +139,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
// The readerCache will only contain gettable properties (let's not worry about setters for now).
@ -182,7 +182,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -182,7 +182,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
// The readerCache will only contain gettable properties (let's not worry about setters for now).
@ -242,7 +242,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -242,7 +242,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -291,7 +291,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -291,7 +291,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -533,21 +533,21 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -533,21 +533,21 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -561,7 +561,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -561,7 +561,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@ -600,7 +600,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {
@@ -600,7 +600,7 @@ public class ReflectivePropertyAccessor implements PropertyAccessor {