Package | Description |
---|---|
org.seedstack.business.specification.dsl |
Provides a fluent DSL that facilitates the creation of complex composite specifications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateSelector<A extends AggregateRoot<I>,I,S extends AggregateSelector<A,I,S>>
An element of the
SpecificationBuilder DSL to select the identity of the aggregate a
clause will apply to. |
Modifier and Type | Method and Description |
---|---|
<T,S extends PropertySelector<T,S>> |
SpecificationBuilder.of(Class<T> anyClass)
Starts the building of a composite specification that applies on any type.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.