Modifier and Type | Class and Description |
---|---|
class |
PersistentEntitiesResourceMappings
ResourceMappings for PersistentEntities . |
class |
RepositoryResourceMappings
Central abstraction obtain
ResourceMetadata and ResourceMapping instances for domain types and
repositories. |
Constructor and Description |
---|
RepositoryRelProvider(org.springframework.beans.factory.ObjectFactory<ResourceMappings> mappings)
Creates a new
RepositoryRelProvider for the given ResourceMappings . |
Constructor and Description |
---|
RepositoryController(org.springframework.data.web.PagedResourcesAssembler<Object> assembler,
org.springframework.data.repository.support.Repositories repositories,
org.springframework.hateoas.EntityLinks entityLinks,
ResourceMappings mappings)
Creates a new
RepositoryController for the given PagedResourcesAssembler , Repositories ,
EntityLinks and ResourceMappings . |
RepositoryRestHandlerMapping(ResourceMappings mappings,
RepositoryRestConfiguration config)
Creates a new
RepositoryRestHandlerMapping for the given ResourceMappings and
RepositoryRestConfiguration . |
RepositoryRestHandlerMapping(ResourceMappings mappings,
RepositoryRestConfiguration config,
org.springframework.data.repository.support.Repositories repositories)
Creates a new
RepositoryRestHandlerMapping for the given ResourceMappings
RepositoryRestConfiguration and Repositories . |
Modifier and Type | Method and Description |
---|---|
RepositoryRelProvider |
RepositoryRestMvcConfiguration.repositoryRelProvider(org.springframework.beans.factory.ObjectFactory<ResourceMappings> resourceMappings) |
Constructor and Description |
---|
ResourceMetadataHandlerMethodArgumentResolver(org.springframework.data.repository.support.Repositories repositories,
ResourceMappings mappings,
BaseUri baseUri)
Creates a new
ResourceMetadataHandlerMethodArgumentResolver for the given Repositories and
ResourceMappings . |
Constructor and Description |
---|
PersistentEntityProjector(ProjectionDefinitions projectionDefinitions,
org.springframework.data.projection.ProjectionFactory factory,
String projection,
ResourceMappings mappings)
Creates a new
PersistentEntityProjector using the given ProjectionDefinitions ,
ProjectionFactory and projection name. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.