Class and Description |
---|
org.springframework.data.rest.core.util.Java8PluginRegistry
since 3.2, for removal 3.3.
|
org.springframework.data.rest.webmvc.config.RepositoryRestConfigurerAdapter
since 3.1, implement
RepositoryRestConfigurer directly. |
org.springframework.data.rest.core.config.ResourceMapping |
org.springframework.data.rest.core.support.ResourceMappingUtils |
Field and Description |
---|
org.springframework.data.rest.webmvc.RestMediaTypes.ALPS_JSON
Migrate to
MediaTypes.ALPS_JSON . |
org.springframework.data.rest.webmvc.RestMediaTypes.ALPS_JSON_VALUE
Migrate to
MediaTypes.ALPS_JSON_VALUE . |
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–2020 Pivotal Software, Inc.. All rights reserved.