Uses of Enum Class
org.springframework.test.context.bean.override.BeanOverrideStrategy
Packages that use BeanOverrideStrategy
Package
Description
Support case-by-case Bean overriding in Spring tests.
- 
Uses of BeanOverrideStrategy in org.springframework.test.context.bean.overrideMethods in org.springframework.test.context.bean.override that return BeanOverrideStrategyModifier and TypeMethodDescriptionfinal BeanOverrideStrategyOverrideMetadata.getStrategy()Get theBeanOverrideStrategyfor this instance, as a hint on how and when the override instance should be created.static BeanOverrideStrategyReturns the enum constant of this class with the specified name.static BeanOverrideStrategy[]BeanOverrideStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.test.context.bean.override with parameters of type BeanOverrideStrategyModifierConstructorDescriptionprotectedOverrideMetadata(Field field, ResolvableType beanType, BeanOverrideStrategy strategy)