Package | Description |
---|---|
org.seedstack.business.specification.dsl |
Provides a fluent DSL that facilitates the creation of complex composite specifications.
|
Modifier and Type | Method and Description |
---|---|
SpecificationPicker<T,S> |
SpecificationPicker.not()
Negates the specification that will be picked.
|
SpecificationPicker<T,S> |
PropertySelector.property(String path)
Selects a property of the object to be the subject of a specification.
|
SpecificationPicker<T,S> |
BaseSelector.whole()
Selects the whole object to be the subject of a specification.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.