Uses of Interface
org.seedstack.business.specification.dsl.PropertySelector
-
Packages that use PropertySelector Package Description org.seedstack.business.specification.dsl Provides a fluent DSL that facilitates the creation of complex composite specifications. -
-
Uses of PropertySelector in org.seedstack.business.specification.dsl
Subinterfaces of PropertySelector in org.seedstack.business.specification.dsl Modifier and Type Interface Description interfaceAggregateSelector<A extends AggregateRoot<I>,I,S extends AggregateSelector<A,I,S>>An element of theSpecificationBuilderDSL to select the identity of the aggregate a clause will apply to.Methods in org.seedstack.business.specification.dsl with type parameters of type PropertySelector Modifier and Type Method Description <T,S extends PropertySelector<T,S>>
SSpecificationBuilder. of(Class<T> anyClass)Starts the building of a composite specification that applies on any type.<T,S extends PropertySelector<T,S>>
OperatorPicker<T,S>SpecificationBuilder. satisfying(Specification<T> anySpec)Starts the building of a composite specification from an existing one.
-