Class and Description |
---|
org.springframework.data.rest.core.config.ResourceMapping |
org.springframework.data.rest.core.support.ResourceMappingUtils |
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler
use the same type from Spring HATEOAS, will be removed in 2.7.
|
org.springframework.data.rest.webmvc.ResourceProcessorInvoker
use the same type from Spring HATEOAS, will be removed in 2.7.
|
org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter
use the same type from Spring HATEOAS, will be removed in 2.7.
|
Enum Constant and Description |
---|
org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies.EXPLICIT_METHOD_ANNOTATED
since 3.0.10 with no replacement, as it's effectively the same as
RepositoryDetectionStrategy.RepositoryDetectionStrategies.ANNOTATED . To only expose
annotated repository methods, rather use
RepositoryRestConfiguration.setExposeRepositoryMethodsByDefault(boolean) to false.
Will be removed in 3.1. |
Annotation Type Element and Description |
---|
org.springframework.data.rest.core.annotation.HandleBeforeCreate.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleAfterDelete.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleBeforeLinkSave.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleAfterLinkSave.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.RepositoryEventHandler.value
the type the handler is interested in is determined by the type of the first parameter of a handler
method.
|
org.springframework.data.rest.core.annotation.HandleBeforeLinkDelete.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleBeforeDelete.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleAfterCreate.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleBeforeSave.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleAfterSave.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
org.springframework.data.rest.core.annotation.HandleAfterLinkDelete.value
the domain type of interest is derived from the type of the first parameter of the annotated handler
method.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.