| Package | Description |
|---|---|
| org.springframework.data.rest.core.config | |
| org.springframework.data.rest.core.support |
| Modifier and Type | Method and Description |
|---|---|
List<EntityLookup<?>> |
RepositoryRestConfiguration.getEntityLookups(org.springframework.data.repository.support.Repositories repositories)
Returns all
EntityLookups considering the customizations made to the configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityLookupSupport<T>
EntityLookup implementation base class to derive the supported domain type from the generics signature. |
| Constructor and Description |
|---|
DefaultSelfLinkProvider(org.springframework.data.mapping.context.PersistentEntities entities,
org.springframework.hateoas.EntityLinks entityLinks,
List<? extends EntityLookup<?>> lookups)
|
UnwrappingRepositoryInvokerFactory(org.springframework.data.repository.support.RepositoryInvokerFactory delegate,
List<? extends EntityLookup<?>> lookups) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.