Package org.springframework.test.context.bean.override
@NonNullApi
@NonNullFields
package org.springframework.test.context.bean.override
Support case-by-case Bean overriding in Spring tests.
-
ClassDescriptionMark a composed annotation as eligible for Bean Override processing.Strategy interface for Bean Override processing, providing
OverrideMetadata
that drives how the target bean is overridden.Strategies for bean override processing.TestExecutionListener
that enables Bean Override support in tests, injecting overridden beans in appropriate fields of the test instance.Metadata for Bean Override injection points, also responsible for creation of the overriding instance.