Skip navigation links
Spring Data REST
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Methods
  • Annotation Interface Elements
  • Deprecated Classes
    Class
    Description
    org.springframework.data.rest.core.config.ResourceMapping
    org.springframework.data.rest.core.support.ResourceMappingUtils
    for removal in 3.5
  • Deprecated Methods
    Method
    Description
    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.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.HandleAfterLinkDelete.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.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.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.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.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.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.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.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.config.RepositoryRestConfiguration.findRepositoryMappingForPath(String)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getBaseUri()
    use RepositoryRestConfiguration.getBasePath() instead.
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getDomainTypesResourceMappingConfiguration()
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getRelProvider()
    since 3.5, use RepositoryRestConfiguration.getLinkRelationProvider() instead.
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getResourceMappingForDomainType(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getResourceMappingForRepository(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.hasResourceMappingForDomainType(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.hasResourceMappingForRepository(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.isReturnBodyOnCreate()
    use RepositoryRestConfiguration.returnBodyOnCreate(String)
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.isReturnBodyOnUpdate()
    use RepositoryRestConfiguration.returnBodyOnUpdate(String)
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.metadataConfiguration()
    since 2.4, use RepositoryRestConfiguration.getMetadataConfiguration() instead.
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.projectionConfiguration()
    since 2.4, use RepositoryRestConfiguration.getProjectionConfiguration() instead.
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setRelProvider(LinkRelationProvider)
    since 3.5, use RepositoryRestConfiguration.setLinkRelationProvider(LinkRelationProvider) instead.
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setResourceMappingForDomainType(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setResourceMappingForRepository(Class<?>)
    for removal in 3.5
    org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping.isHandler(Class<?>)
    for overriding in 3.6. Will be made final in 4.0.
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    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.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.HandleAfterLinkDelete.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.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.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.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.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.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.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.RepositoryEventHandler.value()
    the type the handler is interested in is determined by the type of the first parameter of a handler method.

Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.