java.lang.Object | |
↳ | org.springframework.context.config.AbstractFeatureSpecification |
![]() |
TODO SPR-7420: document
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
executorType |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Execute this specification instance, carrying out the instructions
specified within.
| |||||||||||
Validate this specification instance to ensure all required properties
have been set, including checks on mutually exclusive or mutually
dependent properties.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Execute this specification instance, carrying out the instructions
specified within. Should work by delegating to an underlying
FeatureSpecificationExecutor
for proper separation of concerns.
Validate this specification instance to ensure all required properties have been set, including checks on mutually exclusive or mutually dependent properties. May in some cases modify the state of the specification e.g., instantiating types specified as strings.