Uses of Class
org.springframework.beans.factory.support.MethodOverride
Package
Description
Classes supporting the
org.springframework.beans.factory
package.-
Uses of MethodOverride in org.springframework.beans.factory.support
Modifier and TypeClassDescriptionclass
Represents an override of a method that looks up an object in the same IoC context, either by bean name or by bean type (based on the declared method return type).class
Extension ofMethodOverride
that represents an arbitrary override of a method by the IoC container.Modifier and TypeMethodDescriptionMethodOverrides.getOverride
(Method method) Return the override for the given method, if any.Modifier and TypeMethodDescriptionMethodOverrides.getOverrides()
Return all method overrides contained by this object.Modifier and TypeMethodDescriptionvoid
MethodOverrides.addOverride
(MethodOverride override) Add the given method override.protected void
AbstractBeanDefinition.prepareMethodOverride
(MethodOverride mo) Validate and prepare the given method override.