Package | Description |
---|---|
org.seedstack.business.assembler.dsl |
Provides a fluent DSL to do advanced domain-object/DTO mapping operations.
|
org.seedstack.business.pagination |
Provides classes, interfaces and annotations to paginate domain objects.
|
org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
Modifier and Type | Method and Description |
---|---|
<D> Page<D> |
AssemblePage.toPageOf(Class<D> dtoClass)
Assembles to a
Page of DTO. |
Modifier and Type | Method and Description |
---|---|
<A extends AggregateRoot<I>,I> |
FluentAssembler.assemble(Page<A> page)
Assembles a page of aggregates.
|
<T extends org.javatuples.Tuple> |
FluentAssembler.assembleTuples(Page<T> page)
Assembles a page of tuple of aggregates.
|
Modifier and Type | Class and Description |
---|---|
class |
SimplePage<T>
Represents an indexed page of items taken from a bigger list.
|
Modifier and Type | Method and Description |
---|---|
default SpecificationPicker<Page<T>,T> |
SizePicker.ofSize(long size)
Specify the size of the page.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.