java.lang.Object | |
↳ | org.springframework.context.config.AbstractSpecificationExecutor<S extends org.springframework.context.config.FeatureSpecification> |
TODO SPR-7420: document
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute the given specification, usually resulting in registration
of bean definitions against a bean factory.
This implementation FeatureSpecification#validate() validates the given specification and delegates it to #doExecute(FeatureSpecification) only if valid. |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute the given specification, usually resulting in registration of bean definitions
against a bean factory.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Execute the given specification, usually resulting in registration of bean definitions against a bean factory.
This implementation FeatureSpecification#validate() validates the given specification and delegates it to #doExecute(FeatureSpecification) only if valid.
Execute the given specification, usually resulting in registration of bean definitions against a bean factory.
specification | the FeatureSpecification#validate() validated specification |
---|