ナビゲーションリンクをスキップ
Spring Data REST
  • ホーム
  • 概要
  • パッケージ
  • クラス
  • 使用
  • ツリー
  • 非推奨
  • インデックス
  • ヘルプ

非推奨の API

内容

  • クラス
  • メソッド
  • アノテーションインターフェース要素
  • 非推奨のクラス
    クラス
    説明
    org.springframework.data.rest.core.config.ResourceMapping
    org.springframework.data.rest.core.support.ResourceMappingUtils
    3.5 での削除用
  • 非推奨のメソッド
    メソッド
    説明
    org.springframework.data.rest.core.annotation.HandleAfterCreate.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterLinkDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterLinkSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeCreate.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeLinkDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeLinkSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.RepositoryEventHandler.value()
    ハンドラーが関心を持っている型は、ハンドラーメソッドの最初のパラメーターの型によって決定されます。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.findRepositoryMappingForPath(String)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getBaseUri()
    代わりに RepositoryRestConfiguration.getBasePath() を使用してください。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getDomainTypesResourceMappingConfiguration()
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getRelProvider()
    3.5 以降、代わりに RepositoryRestConfiguration.getLinkRelationProvider() を使用してください。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getResourceMappingForDomainType(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.getResourceMappingForRepository(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.hasResourceMappingForDomainType(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.hasResourceMappingForRepository(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.isReturnBodyOnCreate()
    RepositoryRestConfiguration.returnBodyOnCreate(String) を使用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.isReturnBodyOnUpdate()
    RepositoryRestConfiguration.returnBodyOnUpdate(String) を使用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.metadataConfiguration()
    2.4 以降、代わりに RepositoryRestConfiguration.getMetadataConfiguration() を使用してください。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.projectionConfiguration()
    2.4 以降、代わりに RepositoryRestConfiguration.getProjectionConfiguration() を使用してください。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setRelProvider(LinkRelationProvider)
    3.5 以降、代わりに RepositoryRestConfiguration.setLinkRelationProvider(LinkRelationProvider) を使用してください。
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setResourceMappingForDomainType(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.core.config.RepositoryRestConfiguration.setResourceMappingForRepository(Class<?>)
    3.5 での削除用
    org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping.isHandler(Class<?>)
    3.6 でオーバーライドするため。4.0 でファイナルになります。
  • 非推奨のアノテーションインターフェース要素
    アノテーションインターフェース Element
    説明
    org.springframework.data.rest.core.annotation.HandleAfterCreate.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterLinkDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterLinkSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleAfterSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeCreate.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeLinkDelete.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeLinkSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.HandleBeforeSave.value()
    対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
    org.springframework.data.rest.core.annotation.RepositoryEventHandler.value()
    ハンドラーが関心を持っている型は、ハンドラーメソッドの最初のパラメーターの型によって決定されます。

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