Uses of Class
org.springframework.test.context.bean.override.BeanOverrideHandler
Packages that use BeanOverrideHandler
Package
Description
Support case-by-case Bean overriding in Spring tests.
-
Uses of BeanOverrideHandler in org.springframework.test.context.bean.override
Methods in org.springframework.test.context.bean.override that return BeanOverrideHandlerModifier and TypeMethodDescriptionBeanOverrideProcessor.createHandler(Annotation overrideAnnotation, Class<?> testClass, Field field) Create aBeanOverrideHandlerfor the given annotated field.Methods in org.springframework.test.context.bean.override that return types with arguments of type BeanOverrideHandlerModifier and TypeMethodDescriptionstatic List<BeanOverrideHandler>BeanOverrideHandler.forTestClass(Class<?> testClass) Process the giventestClassand build the correspondingBeanOverrideHandlerlist derived from@BeanOverridefields in the test class, its type hierarchy, and its enclosing class hierarchy.