Package | Description |
---|---|
org.springframework.data.rest.webmvc | |
org.springframework.data.rest.webmvc.support |
Modifier and Type | Method and Description |
---|---|
PersistentEntityResource |
PersistentEntityResource.Builder.build()
Finally creates the
PersistentEntityResource instance. |
PersistentEntityResource |
PersistentEntityResource.Builder.forCreation()
Finally creates the
PersistentEntityResource instance to symbolize the contained entity is about to be
created. |
PersistentEntityResource |
PersistentEntityResourceAssembler.toFullResource(Object instance)
Returns the full object as
PersistentEntityResource using the underlying Projector . |
PersistentEntityResource |
PersistentEntityResourceAssembler.toResource(Object instance) |
Modifier and Type | Method and Description |
---|---|
PersistentEntityResource |
PersistentEntityResourceProcessor.process(PersistentEntityResource resource) |
Modifier and Type | Method and Description |
---|---|
static ETag |
ETag.from(PersistentEntityResource resource)
Creates a new
ETag for the given PersistentEntityResource . |
PersistentEntityResource |
PersistentEntityResourceProcessor.process(PersistentEntityResource resource) |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.