Package | Description |
---|---|
org.springframework.data.domain |
Central domain abstractions especially to be used in combination with the
Repository abstraction. |
org.springframework.data.geo |
Value types representing geo-spatial concepts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Page<T>
A page is a sublist of a list of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PageImpl<T>
Basic
Page implementation. |
class |
SliceImpl<T>
Default implementation of
Slice . |
Modifier and Type | Method and Description |
---|---|
<S> Slice<S> |
SliceImpl.map(org.springframework.core.convert.converter.Converter<? super T,? extends S> converter) |
<S> Slice<S> |
Slice.map(org.springframework.core.convert.converter.Converter<? super T,? extends S> converter)
Returns a new
Slice with the content of the current one mapped by the given Converter . |
Modifier and Type | Class and Description |
---|---|
class |
GeoPage<T>
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.