Uses of Interface
org.seedstack.business.specification.dsl.SpecificationPicker
-
Packages that use SpecificationPicker Package Description org.seedstack.business.specification.dsl Provides a fluent DSL that facilitates the creation of complex composite specifications. -
-
Uses of SpecificationPicker in org.seedstack.business.specification.dsl
Methods in org.seedstack.business.specification.dsl that return SpecificationPicker Modifier and Type Method 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.
-