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 |
BaseSelector<T,S extends BaseSelector<T,S>>
An element of the
SpecificationBuilder DSL to select all or a part of the object a clause
will apply to. |
interface |
IdentityPicker<A extends AggregateRoot<I>,I,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to specify the identity of an aggregate. |
interface |
OperatorPicker<T,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to compose the current specification with
another one. |
interface |
PropertySelector<T,S extends BaseSelector<T,S>>
An element of the
SpecificationBuilder DSL to select a property of the object a
specification will apply to. |
interface |
SpecificationPicker<T,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to pick the specification that will apply to
the current selection. |
interface |
StringOptionPicker<T,S extends BaseSelector>
An element of the
SpecificationBuilder DSL to pick the options for a String -specific specification. |
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. |
interface |
PropertySelector<T,S extends BaseSelector<T,S>>
An element of the
SpecificationBuilder DSL to select a property of the object a
specification will apply to. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.