| Constructor and Description |
|---|
EmbeddedResourcesAssembler(PersistentEntities entities,
Associations associations,
ExcerptProjector projector) |
PersistentEntityResourceAssembler(PersistentEntities entities,
Projector projector,
Associations associations,
SelfLinkProvider linkProvider)
Creates a new
PersistentEntityResourceAssembler for the given PersistentEntities,
Projector, Associations and SelfLinkProvider. |
| Constructor and Description |
|---|
RootResourceInformationToAlpsDescriptorConverter(Associations associations,
Repositories repositories,
PersistentEntities persistentEntities,
org.springframework.hateoas.server.EntityLinks entityLinks,
org.springframework.hateoas.mediatype.MessageResolver resolver,
RepositoryRestConfiguration configuration,
com.fasterxml.jackson.databind.ObjectMapper mapper,
EnumTranslator translator) |
| Modifier and Type | Method and Description |
|---|---|
Associations |
RepositoryRestMvcConfiguration.associationLinks(RepositoryResourceMappings resourceMappings,
RepositoryRestConfiguration repositoryRestConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
RootResourceInformationToAlpsDescriptorConverter |
RepositoryRestMvcConfiguration.alpsConverter(Repositories repositories,
PersistentEntities persistentEntities,
RepositoryEntityLinks entityLinks,
EnumTranslator enumTranslator,
Associations associationLinks,
RepositoryRestConfiguration repositoryRestConfiguration) |
PersistentEntityToJsonSchemaConverter |
RepositoryRestMvcConfiguration.jsonSchemaConverter(PersistentEntities persistentEntities,
Associations associationLinks,
RepositoryInvokerFactory repositoryInvokerFactory,
RepositoryRestConfiguration repositoryRestConfiguration)
Turns a domain class into a
JsonSchema. |
protected LinkCollector |
RepositoryRestMvcConfiguration.linkCollector(PersistentEntities persistentEntities,
SelfLinkProvider selfLinkProvider,
Associations associationLinks) |
PersistentEntityResourceHandlerMethodArgumentResolver |
RepositoryRestMvcConfiguration.persistentEntityArgumentResolver(List<HttpMessageConverter<?>> defaultMessageConverters,
RootResourceInformationHandlerMethodArgumentResolver repoRequestArgumentResolver,
Associations associationLinks,
BackendIdHandlerMethodArgumentResolver backendIdHandlerMethodArgumentResolver,
PersistentEntities persistentEntities)
Reads incoming JSON into an entity.
|
| Constructor and Description |
|---|
PersistentEntityResourceAssemblerArgumentResolver(PersistentEntities entities,
SelfLinkProvider linkProvider,
ProjectionDefinitions projectionDefinitions,
ProjectionFactory projectionFactory,
Associations associations) |
| Constructor and Description |
|---|
DefaultLinkCollector(PersistentEntities entities,
SelfLinkProvider linkProvider,
Associations associationLinks)
Creates a new
DefaultLinkCollector for the given PersistentEntities, SelfLinkProvider and
Associations. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.