| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSelfLinkProvider
Default implementation of SelfLinkProvider that uses an
EntityLinks instance to create self links. |
| Constructor and Description |
|---|
PersistentEntityResourceAssembler(PersistentEntities entities,
Projector projector,
Associations associations,
SelfLinkProvider linkProvider)
Creates a new
PersistentEntityResourceAssembler for the given PersistentEntities,
Projector, Associations and SelfLinkProvider. |
| Modifier and Type | Method and Description |
|---|---|
SelfLinkProvider |
RepositoryRestMvcConfiguration.selfLinkProvider(PersistentEntities persistentEntities,
RepositoryEntityLinks entityLinks,
ObjectProvider<ConversionService> conversionService) |
| Modifier and Type | Method and Description |
|---|---|
protected List<HandlerMethodArgumentResolver> |
RepositoryRestMvcConfiguration.defaultMethodArgumentResolvers(SelfLinkProvider selfLinkProvider,
PersistentEntityResourceHandlerMethodArgumentResolver persistentEntityArgumentResolver,
RootResourceInformationHandlerMethodArgumentResolver repoRequestArgumentResolver) |
protected LinkCollector |
RepositoryRestMvcConfiguration.linkCollector(PersistentEntities persistentEntities,
SelfLinkProvider selfLinkProvider,
Associations associationLinks) |
RequestMappingHandlerAdapter |
RepositoryRestMvcConfiguration.repositoryExporterHandlerAdapter(List<HttpMessageConverter<?>> defaultMessageConverters,
AlpsJsonHttpMessageConverter alpsJsonHttpMessageConverter,
SelfLinkProvider selfLinkProvider,
PersistentEntityResourceHandlerMethodArgumentResolver persistentEntityArgumentResolver,
RootResourceInformationHandlerMethodArgumentResolver repoRequestArgumentResolver,
RepositoryRestConfiguration repositoryRestConfiguration)
Special
HandlerAdapter that only recognizes handler methods defined in the
provided controller classes. |
| Constructor and Description |
|---|
PersistentEntityResourceAssemblerArgumentResolver(PersistentEntities entities,
SelfLinkProvider linkProvider,
ProjectionDefinitions projectionDefinitions,
ProjectionFactory projectionFactory,
Associations associations) |
| Constructor and Description |
|---|
LinkCollector(PersistentEntities entities,
SelfLinkProvider linkProvider,
Associations associationLinks)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.