インデックス

A B C D E F G H I J L M N O P R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

A

AbstractRepositoryEventListener< T > - Class in org.springframework.data.rest.core.event
汎用 RepositoryEvent をリッスンし、イベント型に基づいて特定のメソッドにディスパッチする抽象クラス。
AbstractRepositoryEventListener() - クラス org.springframework.data.rest.core.event. AbstractRepositoryEventListener のコンストラクター
addProjection(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
指定された射影型を構成に追加します。
addProjection(Class<?>, Class<?>...) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
指定されたソース型の射影型を追加します。
addProjection(Class<?>, String, Class<?>...) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
指定された名前で、指定されたソース型に指定された射影型を追加します。
addResourceHandlers(ResourceHandlerRegistry) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
addResourceMappingFor(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
addResourceMappings(Map<String, ResourceMapping>) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
addTo(HttpHeaders) - Method in class org.springframework.data.rest.webmvc.support.ETag
指定されたヘッダーに現在の ETag を追加します。
addToCache(Class<?>, ResourceMetadata) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
指定された ResourceMetadata をキャッシュに追加します。
addValidator(String, Validator) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
特定のイベントでトリガーされる Validator を追加します。
AfterCreateEvent - org.springframework.data.rest.core.event のクラス
新しいエンティティが保存された後に発行されるイベント。
AfterCreateEvent(Object) - クラス org.springframework.data.rest.core.event. AfterCreateEvent のコンストラクター
AfterDeleteEvent - org.springframework.data.rest.core.event のクラス
エンティティがリポジトリから削除された後に発行されます。
AfterDeleteEvent(Object) - クラス org.springframework.data.rest.core.event. AfterDeleteEvent のコンストラクター
AfterLinkDeleteEvent - org.springframework.data.rest.core.event のクラス
関連オブジェクトへのリンクが親から削除された後に発行されます。
AfterLinkDeleteEvent(Object, Object) - クラス org.springframework.data.rest.core.event. AfterLinkDeleteEvent のコンストラクター
AfterLinkSaveEvent - org.springframework.data.rest.core.event のクラス
リンクされたオブジェクトをその親にリポジトリに保存した後に発行されます。
AfterLinkSaveEvent(Object, Object) - クラス org.springframework.data.rest.core.event. AfterLinkSaveEvent のコンストラクター
afterPropertiesSet() - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerAdapter
AfterSaveEvent - org.springframework.data.rest.core.event のクラス
リポジトリへの保存後に発行されます。
AfterSaveEvent(Object) - クラス org.springframework.data.rest.core.event. AfterSaveEvent のコンストラクター
AggregateReference< T ,ID> - Interface in org.springframework.data.rest.core
URI に基づいた集約への参照を表します。
AggregateReferenceResolvingModule - org.springframework.data.rest.webmvc.json のクラス
非集約ルート型の集約参照解決を有効にする Jackson モジュール。
AggregateReferenceResolvingModule(UriToEntityConverter, ResourceMappings) - クラス org.springframework.data.rest.webmvc.json. AggregateReferenceResolvingModule のコンストラクター
指定された UriToEntityConverterResourceMappings を使用して新しい AggregateReferenceResolvingModule を作成します。
ALL - Enum constant in enum class org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies
すべてのリポジトリを考慮します。
ALL - Static variable in class org.springframework.data.rest.core.mapping.ConfigurableHttpMethods
allowsPutForCreation() - インターフェース org.springframework.data.rest.core.mapping のメソッド。SupportedHttpMethods
HttpMethod.PUT リクエストがアイテムリソースの作成でサポートされているかどうかを返します。
allowsPutForCreation() - 列挙クラス org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods のメソッド
allowsPutForCreation(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
PUT リクエストを使用して、指定されたドメイン型の新しいインスタンスを作成できるかどうかを返します。
allowsPutForCreation(ResourceMetadata) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
PUT リクエストを使用して、指定された ResourceMetadata をサポートする型の新しいインスタンスを作成できるかどうかを返します。
AlpsController - org.springframework.data.rest.webmvc.alps のクラス
アプリケーションレベルプロファイルセマンティクス形式を使用して公開されたリソースのセマンティックドキュメントを公開するコントローラー。
AlpsController(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.alps. AlpsController のコンストラクター
指定された ResourceMappings の新しい AlpsController を作成します。
alpsConverter(Repositories, PersistentEntities, RepositoryEntityLinks, EnumTranslator, Associations, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
alpsEnabled() - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
ALPS リソースが公開されているかどうかを返します。
alpsJsonHttpMessageConverter(RootResourceInformationToAlpsDescriptorConverter) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
AlpsJsonHttpMessageConverter - org.springframework.data.rest.webmvc.alps のクラス
HttpMessageConverter は、Alps および RootResourceInformation インスタンスを application/alps+json としてレンダリングします。
AlpsJsonHttpMessageConverter(RootResourceInformationToAlpsDescriptorConverter) - クラス org.springframework.data.rest.webmvc.alps. AlpsJsonHttpMessageConverter のコンストラクター
指定された Converter の新しい AlpsJsonHttpMessageConverter を作成します。
and(HttpMethod...) - インターフェース org.springframework.data.rest.core.mapping のメソッド。HttpMethods
指定された HttpMethod が追加された新しい HttpMethods を返します。
andThen(ComposableFilter<PropertyAwareResourceMapping, ConfigurableHttpMethods>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer.AssociationResourceHttpMethodsFilter
ANNOTATED - Enum constant in enum class org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies
RepositoryRestResource または RestResource でアノテーションが付けられ、exported フラグが false に設定されていないリポジトリを検討します。
annotatedEventHandlerInvoker() - Static method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
AnnotatedEventHandlerInvoker - org.springframework.data.rest.core.event のクラス
アノテーション付きリポジトリイベントハンドラーを検出し、ApplicationEvent でトリガーするコンポーネント。
AnnotatedEventHandlerInvoker() - クラス org.springframework.data.rest.core.event. AnnotatedEventHandlerInvoker のコンストラクター
AnnotationBasedResourceDescription - org.springframework.data.rest.core.mapping のクラス
Description アノテーションに基づいてカスタマイズされた ResourceDescription
AnnotationBasedResourceDescription(Class<?>, ResourceDescription) - クラス org.springframework.data.rest.core.mapping. AnnotationBasedResourceDescription のコンストラクター
AnnotationBasedResourceDescription(Description, ResourceDescription) - クラス org.springframework.data.rest.core.mapping. AnnotationBasedResourceDescription のコンストラクター
指定された Description およびフォールバックに対して新しい AnnotationBasedResourceDescription を作成します。
appendPath(Path) - クラス org.springframework.data.rest.webmvc のメソッド。BaseUri
現在の BaseUri に追加された特定の PathUriComponents を返します。
apply(List<T>, Class<T>) - Method in class org.springframework.data.rest.webmvc.json.patch.Patch
指定されたオブジェクトのリストにパッチを適用します。
apply(T, Class<T>) - Method in class org.springframework.data.rest.webmvc.json.patch.Patch
指定されたオブジェクトグラフにパッチを適用します。
asAssociation() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
現在の JsonSchema.JsonSchemaProperty を関連付けに変換します。
AssociationAggregateReference< T extends org.jmolecules.ddd.types.AggregateRoot< T ,ID>,ID extends org.jmolecules.ddd.types.Identifier> - Interface in org.springframework.data.rest.core
jMolecules Association インスタンスに解決することもできる AggregateReference
associationLinks(RepositoryResourceMappings, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
Associations - Class in org.springframework.data.rest.webmvc.mapping
関連付けを表す Link の値オブジェクト。
Associations(ResourceMappings, RepositoryRestConfiguration) - Constructor for class org.springframework.data.rest.webmvc.mapping.Associations
AssociationUriResolvingDeserializerModifier(PersistentEntities, Associations, UriToEntityConverter, RepositoryInvokerFactory) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier
asText(Enum<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。EnumTranslator
指定された列挙値を StringSE に解決し、構成された MessageSourceAccessor を参照して、構成されている場合はデフォルトの変換にフォールバックする可能性があります。
auditableBeanWrapperFactory(PersistentEntities) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration

B

BackendId - Annotation Interface in org.springframework.data.rest.webmvc.support
エンティティのバックエンド ID をバインドするためのアノテーション。
BackendIdConverter - Interface in org.springframework.data.rest.webmvc.spi
生成された URI でエンティティ ID を公開する方法をカスタマイズできる SPI。
BackendIdConverter.DefaultIdConverter - org.springframework.data.rest.webmvc.spi の Enum クラス
ID をそのまま使用するデフォルトの BackendIdConverter
backendIdConverterRegistry(List<BackendIdConverter>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
backendIdHandlerMethodArgumentResolver(PluginRegistry<BackendIdConverter, Class<?>>, ResourceMetadataHandlerMethodArgumentResolver, BaseUri) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
BackendIdHandlerMethodArgumentResolver - org.springframework.data.rest.webmvc.support のクラス
HandlerMethodArgumentResolver は、BackendId アノテーションが付けられたインジェクション int ハンドラーメソッド引数のエンティティ ID を解決します。
BackendIdHandlerMethodArgumentResolver(PluginRegistry<BackendIdConverter, Class<?>>, ResourceMetadataHandlerMethodArgumentResolver, BaseUri) - クラス org.springframework.data.rest.webmvc.support. BackendIdHandlerMethodArgumentResolver のコンストラクター
指定された BackendIdConverter および ResourceMetadataHandlerMethodArgumentResolver に対して新しい BackendIdHandlerMethodArgumentResolver を作成します。
BasePathAwareController - Annotation Interface in org.springframework.data.rest.webmvc
Spring Data REST 構成でベース URI で拡張されるリクエストマッピングを宣言するコントローラーを宣言するアノテーション。
BasePathAwareHandlerMapping - org.springframework.data.rest.webmvc のクラス
リクエストマッピングを拡張する RequestMappingHandlerMapping
BasePathAwareHandlerMapping(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc. BasePathAwareHandlerMapping のコンストラクター
指定された RepositoryRestConfiguration を使用して新しい BasePathAwareHandlerMapping を作成します。
baseUri(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
BaseUri - org.springframework.data.rest.webmvc のクラス
URI 名前空間を形成する構成済みベース URI 内のルックアップパスを抽出できる値オブジェクト。
BaseUri(String) - クラス org.springframework.data.rest.webmvc. BaseUri のコンストラクター
指定された URI をベースとして新しい BaseUri を作成します。
BaseUri(URI) - クラス org.springframework.data.rest.webmvc. BaseUri のコンストラクター
指定された URI をベースとして新しい BaseUri を作成します。
basicObjectMapper() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - クラス org.springframework.data.rest.webmvc.alps のメソッド。AlpsJsonHttpMessageConverter
BeforeCreateEvent - org.springframework.data.rest.core.event のクラス
エンティティが初めて保存される前に発行されたイベント。
BeforeCreateEvent(Object) - クラス org.springframework.data.rest.core.event. BeforeCreateEvent のコンストラクター
BeforeDeleteEvent - org.springframework.data.rest.core.event のクラス
エンティティがリポジトリから削除される前に発行されます。
BeforeDeleteEvent(Object) - クラス org.springframework.data.rest.core.event. BeforeDeleteEvent のコンストラクター
BeforeLinkDeleteEvent - org.springframework.data.rest.core.event のクラス
関連オブジェクトへのリンクが親から削除される前に発行されます。
BeforeLinkDeleteEvent(Object, Object) - クラス org.springframework.data.rest.core.event. BeforeLinkDeleteEvent のコンストラクター
BeforeLinkSaveEvent - org.springframework.data.rest.core.event のクラス
リンクされたオブジェクトがリポジトリに保存される前に発行されます。
BeforeLinkSaveEvent(Object, Object) - クラス org.springframework.data.rest.core.event. BeforeLinkSaveEvent のコンストラクター
BeforeSaveEvent - org.springframework.data.rest.core.event のクラス
エンティティがリポジトリに保存される前に発行されます。
BeforeSaveEvent(Object) - クラス org.springframework.data.rest.core.event. BeforeSaveEvent のコンストラクター
BindContext - Interface in org.springframework.data.rest.webmvc.json.patch
JSON ポインターセグメントを永続型のプロパティ参照に変換するためのコンテキストマッピング。
BindContextFactory - Interface in org.springframework.data.rest.webmvc.json
BindContext インスタンスを作成するファクトリ。
build() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
最後に、PersistentEntityResource インスタンスを作成します。
build(Object, PersistentEntity<?, ?>) - Static method in class org.springframework.data.rest.webmvc.PersistentEntityResource
新しい PersistentEntityResource.Builder を作成して、最終的に PersistentEntityResource を作成します。
buildNested() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
butWithout(HttpMethod...) - インターフェース org.springframework.data.rest.core.mapping のメソッド。HttpMethods
指定された HttpMethod が削除された新しい HttpMethods インスタンスを返します。

C

canRead(Class<?>, MediaType) - クラス org.springframework.data.rest.webmvc.convert のメソッド。UriListHttpMessageConverter
canRead(Type, Class<?>, MediaType) - クラス org.springframework.data.rest.webmvc.alps のメソッド。AlpsJsonHttpMessageConverter
canWrite(Class<?>, MediaType) - クラス org.springframework.data.rest.webmvc.alps のメソッド。AlpsJsonHttpMessageConverter
canWrite(Class<?>, MediaType) - クラス org.springframework.data.rest.webmvc.convert のメソッド。UriListHttpMessageConverter
canWrite(Type, Class<?>, MediaType) - クラス org.springframework.data.rest.webmvc.alps のメソッド。AlpsJsonHttpMessageConverter
COLLECTION - Enum constant in enum class org.springframework.data.rest.core.mapping.ResourceType
collectionResourceDescription() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
コレクションリソースの説明。
CollectionResourceMapping - Interface in org.springframework.data.rest.core.mapping
コレクションリソースのカスタムリソースマッピング。
collectionResourceRel() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
コレクションリソースへのリンクを生成するときに使用する rel 値。
ConfigurableHttpMethods - org.springframework.data.rest.core.mapping のクラス
異なる ConfigurableHttpMethods を作成するためのメソッドを公開する HttpMethods
configureConversionService(ConfigurableConversionService) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
このメソッドをオーバーライドして、独自のコンバーターを追加します。
configureExceptionHandlerExceptionResolver(ExceptionHandlerExceptionResolver) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
ExceptionHandlerExceptionResolver を構成します。
configureHttpMessageConverters(List<HttpMessageConverter<?>>) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
独自の HttpMessageConverter を追加して、使用可能な HttpMessageConverter を構成します。
configureJacksonObjectMapper(ObjectMapper) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
Jackson ObjectMapper を直接構成します。
configureObjectMapper(ObjectMapper) - クラス org.springframework.data.rest.webmvc.json.Jackson2DatatypeHelper の静的メソッド
configureRepositoryRestConfiguration(RepositoryRestConfiguration, CorsRegistry) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
このメソッドをオーバーライドして、構成を追加します。
configureValidatingRepositoryEventListener(ValidatingRepositoryEventListener) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
このメソッドをオーバーライドして、バリデーターを手動で追加します。
ConstraintViolationExceptionMessage - org.springframework.data.rest.webmvc.support のクラス
ConstraintViolationExceptionMessage(ConstraintViolationException, MessageSource, Locale) - クラス org.springframework.data.rest.webmvc.support. ConstraintViolationExceptionMessage のコンストラクター
ConstraintViolationMessage - org.springframework.data.rest.webmvc.support のクラス
ConstraintViolation エラーをカプセル化するヘルパークラス。
ConstraintViolationMessage(ConstraintViolation<?>, MessageSource, Locale) - クラス org.springframework.data.rest.webmvc.support. ConstraintViolationMessage のコンストラクター
CONSTRUCTOR_ARGS_FIELD - Static variable in class org.springframework.data.rest.webmvc.json.PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier.ValueInstantiatorCustomizer
contains(HttpMethod) - クラス org.springframework.data.rest.core.mapping のメソッド。ConfigurableHttpMethods
contains(HttpMethod) - インターフェース org.springframework.data.rest.core.mapping のメソッド。HttpMethods
指定された HttpMethod が現在の HttpMethods に含まれているかどうかを返します。
ControllerUtils - org.springframework.data.rest.webmvc のクラス
ControllerUtils() - クラス org.springframework.data.rest.webmvc. ControllerUtils のコンストラクター
convert(JsonNode) - クラス org.springframework.data.rest.webmvc.json.patch のメソッド。JsonPatchPatchConverter
JsonNode を指定して Patch オブジェクトを作成します。
convert(Class<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityToJsonSchemaConverter
指定された型を JsonSchema インスタンスに変換します。
convert(Object, TypeDescriptor, TypeDescriptor) - クラス org.springframework.data.rest.core のメソッド。UriToEntityConverter
convert(Object, TypeDescriptor, TypeDescriptor) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityToJsonSchemaConverter
convert(String) - Method in enum class org.springframework.data.rest.core.StringToLdapNameConverter
convert(RootResourceInformation) - クラス org.springframework.data.rest.webmvc.alps のメソッド。RootResourceInformationToAlpsDescriptorConverter
convert(T) - インターフェース org.springframework.data.rest.webmvc.json.patch のメソッド。PatchConverter
パッチドキュメント表現を Patch に変換します。
CorsConfigurationAware - Interface in org.springframework.data.rest.webmvc.config
CORS 構成を認識するコンポーネント。
createContextual(DeserializationContext, BeanProperty) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonSerializers.EnumTranslatingDeserializer
createNewInstance(UriComponents, List<Affordance>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryLinkBuilder
createSelfLinkFor(Class<?>, Object) - クラス org.springframework.data.rest.core.support のメソッド。DefaultSelfLinkProvider
createSelfLinkFor(Class<?>, Object) - インターフェース org.springframework.data.rest.core.support のメソッド。SelfLinkProvider
指定された型および指定された参照のエンティティの自己リンクを返します。
createSelfLinkFor(Object) - クラス org.springframework.data.rest.core.support のメソッド。DefaultSelfLinkProvider
createSelfLinkFor(Object) - インターフェース org.springframework.data.rest.core.support のメソッド。SelfLinkProvider
指定されたエンティティインスタンスの自己リンクを返します。
CrudMethodsSupportedHttpMethods - org.springframework.data.rest.core.mapping のクラス
CrudMethods インスタンスによって決定される SupportedHttpMethods
CrudMethodsSupportedHttpMethods(CrudMethods, boolean) - クラス org.springframework.data.rest.core.mapping. CrudMethodsSupportedHttpMethods のコンストラクター
指定された CrudMethods の新しい CrudMethodsSupportedHttpMethods を作成します。
customize(JsonSchema.JsonSchemaProperty, TypeInformation<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonSerializers.EnumTranslatingSerializer
customize(JsonSchema.JsonSchemaProperty, TypeInformation<?>) - インターフェース org.springframework.data.rest.webmvc.json のメソッド。JsonSchemaPropertyCustomizer
指定されたものと指定された型に基づいてカスタマイズされた JsonSchema.JsonSchemaProperty を返します。
customize(ProducesRequestCondition) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
指定された ProducesRequestCondition をカスタマイズします。
customize(ProducesRequestCondition) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
customizeAuditableBeanWrapperFactory(AuditableBeanWrapperFactory) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
使用する AuditableBeanWrapperFactory をカスタマイズします。
customizeLinkCollector(LinkCollector) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestConfigurer
使用する LinkCollector をカスタマイズします。
customizeResources(ResourceHandlerRegistry, RepositoryRestConfiguration) - インターフェース org.springframework.data.rest.webmvc.config のメソッド。StaticResourceProvider
指定された ResourceHandlerRegistry をカスタマイズします。

D

DATE_TIME - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
DEFAULT - Enum constant in enum class org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies
パブリックインターフェースまたは RepositoryRestResource で明示的にアノテーションが付けられたインターフェースを公開します。
DEFAULT_ALLOWED_METHODS - Static variable in class org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping
DEFAULT_KEY_PREFIX - Static variable in class org.springframework.data.rest.core.mapping.SimpleResourceDescription
DEFAULT_MEDIA_TYPE - Static variable in class org.springframework.data.rest.core.mapping.SimpleResourceDescription
defaultConversionService(PersistentEntities, RepositoryInvokerFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
DefaultedPageable - org.springframework.data.rest.webmvc.support のクラス
Pageable をキャプチャーするための値オブジェクト、およびそれがデフォルトで構成されているものであるかどうか。
DefaultedPageable(Pageable, boolean) - クラス org.springframework.data.rest.webmvc.support. DefaultedPageable のコンストラクター
DefaultedPageableHandlerMethodArgumentResolver - org.springframework.data.rest.webmvc.support のクラス
HandlerMethodArgumentResolver は、リクエストされた場合に DefaultedPageable を解決します。
DefaultedPageableHandlerMethodArgumentResolver(PageableHandlerMethodArgumentResolver) - クラス org.springframework.data.rest.webmvc.support. DefaultedPageableHandlerMethodArgumentResolver のコンストラクター
指定された PageableHandlerMethodArgumentResolver に委譲する新しい DefaultedPageableHandlerMethodArgumentResolver を作成します。
DefaultExcerptProjector - org.springframework.data.rest.webmvc.support のクラス
指定された ProjectionFactory を使用し、指定された ResourceMappings を考慮する ExcerptProjectorDefaultedPageable 実装。
DefaultExcerptProjector(ProjectionFactory, ResourceMappings) - クラス org.springframework.data.rest.webmvc.support. DefaultExcerptProjector のコンストラクター
defaultFor(LinkRelation) - Static method in class org.springframework.data.rest.core.mapping.SimpleResourceDescription
defaultFor(LinkRelation, Class<?>) - Static method in class org.springframework.data.rest.core.mapping.TypedResourceDescription
defaultFor(LinkRelation, String, Class<?>) - Static method in class org.springframework.data.rest.core.mapping.TypedResourceDescription
defaultFor(LinkRelation, PersistentProperty<?>) - Static method in class org.springframework.data.rest.core.mapping.TypedResourceDescription
DefaultLinkCollector - org.springframework.data.rest.webmvc.mapping のクラス
特定のオブジェクトに追加する必要があるすべての標準リンクを収集するサービス。
DefaultLinkCollector(PersistentEntities, SelfLinkProvider, Associations) - クラス org.springframework.data.rest.webmvc.mapping. DefaultLinkCollector のコンストラクター
指定された PersistentEntitiesSelfLinkProvider および Associations の新しい DefaultLinkCollector を作成します。
defaultMessageConverters(TypeConstrainedMappingJackson2HttpMessageConverter, TypeConstrainedMappingJackson2HttpMessageConverter, TypeConstrainedMappingJackson2HttpMessageConverter, AlpsJsonHttpMessageConverter, UriListHttpMessageConverter, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
defaultMethodArgumentResolvers(SelfLinkProvider, PersistentEntityResourceHandlerMethodArgumentResolver, PersistentEntityResourceAssemblerArgumentResolver, RootResourceInformationHandlerMethodArgumentResolver) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
DefaultSelfLinkProvider - org.springframework.data.rest.core.support のクラス
EntityLinks インスタンスを使用して自己リンクを作成する SelfLinkProvider のデフォルト実装。
DefaultSelfLinkProvider(PersistentEntities, EntityLinks, List<? extends EntityLookup<?>>, ConversionService) - クラス org.springframework.data.rest.core.support. DefaultSelfLinkProvider のコンストラクター
PersistentEntitiesEntityLinksEntityLookup から新しい DefaultSelfLinkProvider を作成します。
Definitions() - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JsonSchema.Definitions
description - Variable in class org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
description() - Element in annotation interface org.springframework.data.rest.core.annotation.RestResource
コレクションリソースの説明。
Description - Annotation Interface in org.springframework.data.rest.core.annotation
リソースのセマンティクスを説明するためのアノテーション。
deserialize(JsonParser, DeserializationContext) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonSerializers.EnumTranslatingDeserializer
deserialize(JsonParser, DeserializationContext) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityJackson2Module.UriStringDeserializer
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityJackson2Module.UriStringDeserializer
URI は null または具象インスタンスに解決されるため、TypeDeserializer を無視して逆直列化します。
disable(HttpMethod...) - クラス org.springframework.data.rest.core.mapping のメソッド。ConfigurableHttpMethods
指定された HttpMethod を無効にします。
disableDefaultExposure() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
リポジトリのデフォルトの公開を完全に無効にします。
disablePatchOnItemResources() - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
アイテムリソースの HttpMethod.PATCH のサポートを無効にします。
disablePutForCreation() - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
disablePutForCreation() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer
HttpMethod.PUT を介して新しいアイテムリソースを作成する機能を無効にします。
disablePutOnItemResources() - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
アイテムリソースの HttpMethod.PUT のサポートを無効にします。
DomainClassResolver - org.springframework.data.rest.webmvc.support のクラス
Web リクエストからドメインクラスを解決します。
DomainObjectReader - org.springframework.data.rest.webmvc.json のクラス
ObjectNode を既存のドメインオブジェクトに適用するコンポーネント。
DomainObjectReader(PersistentEntities, Associations) - クラス org.springframework.data.rest.webmvc.json. DomainObjectReader のコンストラクター

E

EMAIL - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
EmbeddedResourcesAssembler - org.springframework.data.rest.webmvc のクラス
EmbeddedResourcesAssembler(PersistentEntities, Associations, ExcerptProjector) - クラス org.springframework.data.rest.webmvc. EmbeddedResourcesAssembler のコンストラクター
enable(HttpMethod...) - クラス org.springframework.data.rest.core.mapping のメソッド。ConfigurableHttpMethods
指定された HttpMethod を有効にします。
entityLinks(ObjectFactory<HateoasPageableHandlerMethodArgumentResolver>, Repositories, RepositoryResourceMappings, PluginRegistry<BackendIdConverter, Class<?>>, RepositoryRestConfiguration, ObjectFactory<HateoasSortHandlerMethodArgumentResolver>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
リンクを生成するときにリポジトリと現在の構成を考慮する特別な EntityLinks 実装。
EntityLookup< T > - Interface in org.springframework.data.rest.core.support
エンティティのどのプロパティを一意の識別子として使用するか、およびエンティティインスタンスをバックエンドから検索する方法をカスタマイズする SPI。
EntityLookupRegistrar - Interface in org.springframework.data.rest.core.config
リポジトリ用のカスタム EntityLookup の構成を容易にする構成インターフェース。
EntityLookupRegistrar.IdMappingRegistrar< T , R extends Repository< T ,?>> - org.springframework.data.rest.core.config のインターフェース
EntityLookupRegistrar.LookupRegistrar< T ,ID, R extends Repository< T ,?>> - org.springframework.data.rest.core.config のインターフェース
EntityLookupRegistrar.LookupRegistrar.Lookup< R extends Repository<? extends ObjectSE,?>,ID> - org.springframework.data.rest.core.config のインターフェース
EntityLookupSupport< T > - Class in org.springframework.data.rest.core.support
ジェネリクス署名からサポートされるドメイン型を派生させる EntityLookup 実装基本クラス。
EntityLookupSupport() - クラス org.springframework.data.rest.core.support. EntityLookupSupport のコンストラクター
ジェネリクス署名からサポートされている型を検出する新しい EntityLookupSupport インスタンスを作成します。
EnumProperty(String, String, Class<?>, String, boolean) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JsonSchema.EnumProperty
EnumProperty(String, String, List<String>, String, boolean) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JsonSchema.EnumProperty
EnumTranslatingDeserializer(EnumTranslator) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JacksonSerializers.EnumTranslatingDeserializer
指定された EnumTranslator を使用して新しい JacksonSerializers.EnumTranslatingDeserializer を作成します。
EnumTranslatingDeserializer(EnumTranslator, BeanProperty) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JacksonSerializers.EnumTranslatingDeserializer
指定された EnumTranslator および BeanProperty を使用して、新しい JacksonSerializers.EnumTranslatingDeserializer を作成します。
EnumTranslatingSerializer(EnumTranslator) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JacksonSerializers.EnumTranslatingSerializer
指定された EnumTranslator を使用して新しい JacksonSerializers.EnumTranslatingSerializer を作成します。
EnumTranslationConfiguration - Interface in org.springframework.data.rest.core.config
列挙値変換の構成オプション。
enumTranslator(MessageResolver) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
EnumTranslator - org.springframework.data.rest.webmvc.json のクラス
列挙型の直列化を微調整するための構成。
EnumTranslator(MessageResolver) - クラス org.springframework.data.rest.webmvc.json. EnumTranslator のコンストラクター
指定された MessageSourceAccessor を使用して新しい EnumTranslator を作成します。
equals(Object) - クラス org.springframework.data.rest.core.mapping のメソッド。ParameterMetadata
equals(Object) - Method in class org.springframework.data.rest.core.Path
equals(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
equals(Object) - Method in class org.springframework.data.rest.webmvc.support.ETag
equals(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
ETag - Class in org.springframework.data.rest.webmvc.support
ETag を表す値オブジェクト。
eTagArgumentResolver() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ETagArgumentResolver - Class in org.springframework.data.rest.webmvc.support
HandlerMethodArgumentResolver は、楽観的ロック処理 ETag の If-Match ヘッダーを解決します。
ETagArgumentResolver() - Constructor for class org.springframework.data.rest.webmvc.support.ETagArgumentResolver
ETagDoesntMatchException - Exception in org.springframework.data.rest.webmvc.support
特定のオブジェクトに対して計算された ETag が予期されたものと一致しない場合にスローされる例外。
ETagDoesntMatchException(Object, ETag) - Constructor for exception org.springframework.data.rest.webmvc.support.ETagDoesntMatchException
指定された Bean の新しい ETagDoesntMatchException と、一致すると予想された ETag を作成します。
evaluate(Class<?>) - クラス org.springframework.data.rest.webmvc.json.patch のメソッド。PatchOperation
evaluateValueFromTarget(Object, Class<?>, BindContext) - クラス org.springframework.data.rest.webmvc.json.patch のメソッド。PatchOperation
値が LateObjectEvaluator の場合、操作値に対して遅延値評価を実行します。
ExceptionEvent - org.springframework.data.rest.core.event のクラス
REST エクスポーター内の任意の場所で発生する例外をカプセル化するイベント。
ExceptionEvent(Throwable) - クラス org.springframework.data.rest.core.event. ExceptionEvent のコンストラクター
ExceptionMessage - org.springframework.data.rest.webmvc.support のクラス
ExceptionSE を JSON 対応にするヘルパー。
ExceptionMessage(String) - クラス org.springframework.data.rest.webmvc.support. ExceptionMessage のコンストラクター
ExceptionMessage(Throwable) - クラス org.springframework.data.rest.webmvc.support. ExceptionMessage のコンストラクター
excerptProjection() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
アイテムリソースをコレクションおよび関連リソースに埋め込むときに使用される射影型を構成します。
excerptProjector(RepositoryResourceMappings) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ExcerptProjector - Interface in org.springframework.data.rest.webmvc.support
抜粋射影を提供できるコンポーネントのインターフェース。
exported() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
このリソースがエクスポートされるかどうかを示すフラグ。
exported() - Element in annotation interface org.springframework.data.rest.core.annotation.RestResource
このリソースがエクスポートされるかどうかを示すフラグ。
exportsMappingFor(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
exportsMappingFor(Class<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMappings
指定された型の ResourceMapping があり、それがエクスポートされているかどうかを返します。
exportsTopLevelResourceFor(String) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
exportsTopLevelResourceFor(String) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMappings
指定されたパスの最上位リソースをエクスポートするかどうかを返します。
exposeIdsFor(Class<?>...) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
ID 値を通常のプロパティとして公開するドメイン型のリストを設定します。
exposeRepositoryMethodsByDefault() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
デフォルトでリポジトリメソッドを公開するかどうかを返します。
ExposureConfiguration - org.springframework.data.rest.core.mapping のクラス
サポートされている HTTP メソッドをカスタマイズするフィルターを登録するための構成型。
ExposureConfiguration() - クラス org.springframework.data.rest.core.mapping. ExposureConfiguration のコンストラクター
ExposureConfigurer - Interface in org.springframework.data.rest.core.mapping
さまざまな種類のリソースによってサポートされる HTTP メソッドをカスタマイズするためのフィルターを登録するための構成 API。
ExposureConfigurer.AggregateResourceHttpMethodsFilter - org.springframework.data.rest.core.mapping のインターフェース
サポートされている HTTP メソッドを集約リソース(コレクションまたはアイテムリソース)によって後処理するためのフィルター。
ExposureConfigurer.AssociationResourceHttpMethodsFilter - org.springframework.data.rest.core.mapping のインターフェース
サポートされている HTTP メソッドを Association リソースによって後処理するためのフィルター。
extendHandlerExceptionResolvers(List<HandlerExceptionResolver>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
extendInterceptors(List<Object>) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping

F

filter(PropertyAwareResourceMapping, ConfigurableHttpMethods) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer.AssociationResourceHttpMethodsFilter
filter(ResourceMetadata, ConfigurableHttpMethods) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer.AggregateResourceHttpMethodsFilter
findExported(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findExported(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findMappingVariable(String, Method, String) - Static method in class org.springframework.data.rest.webmvc.util.UriUtils
指定された名前のマッピング変数の値を返します。
findPath(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findPath(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findRel(Class<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findRel(Method) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
findRepositoryMappingForPath(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
findTypeForPath(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMappingConfiguration
forCreation() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
最後に、PersistentEntityResource インスタンスを作成して、含まれているエンティティが作成されようとしていることを象徴します。
forDescription(PersistentEntity<?, ?>, BeanDescription) - Static method in class org.springframework.data.rest.webmvc.json.MappedProperties
forDeserialization(PersistentEntity<?, ?>, ObjectMapper) - Static method in class org.springframework.data.rest.webmvc.json.MappedProperties
指定された PersistentEntity に対して、逆直列化のために MappedProperties を作成します。
forDomainType(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
型固有の ExposureConfigurer.AggregateResourceHttpMethodsFilter および ExposureConfigurer.AssociationResourceHttpMethodsFilter の登録を許可する ExposureConfigurer を返します。これは、設定されたフィルターが、指定された型の集約とその型がそれぞれ所有するプロパティに対してのみ呼び出されることを意味します。
forLookupRepository(Class<R>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar
指定されたリポジトリ型のカスタム EntityLookup の構築を開始し、指定されたリポジトリのドメイン型をルックアップ型として登録します。
format - Variable in class org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
formatRel(RepositoryRestConfiguration, RepositoryInformation, PersistentProperty<?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
forRepository(Class<R>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar
指定されたリポジトリ型のカスタム EntityLookup の構築を開始します。
forRepository(Class<R>, Converter<T, ID>, EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar
指定されたリポジトリ型、識別子マッピング、ルックアップ操作の EntityLookup を登録します。
forSerialization(PersistentEntity<?, ?>, ObjectMapper) - Static method in class org.springframework.data.rest.webmvc.json.MappedProperties
指定された PersistentEntity に対して、直列化のために MappedProperties を作成します。
forValueRepository(Class<R>, Converter<T, ID>, EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar
指定されたリポジトリ型、識別子マッピング、ルックアップ操作の EntityLookup を登録し、指定されたリポジトリによって管理されるドメイン型をルックアップ型として登録します。
from(String) - Static method in class org.springframework.data.rest.webmvc.support.ETag
指定された StringSE 値に対して新しい ETag を作成します。
from(Optional<String>) - Static method in class org.springframework.data.rest.webmvc.support.ETag
from(PersistentEntity<?, ? extends PersistentProperty<?>>, Object) - Static method in class org.springframework.data.rest.webmvc.support.ETag
指定された PersistentEntity とターゲット Bean から新しい ETag を作成します。
from(PersistentEntityResource) - Static method in class org.springframework.data.rest.webmvc.support.ETag
指定された PersistentEntityResource の新しい ETag を作成します。
fromRequestId(String, Class<?>) - 列挙クラス org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter のメソッド
fromRequestId(String, Class<?>) - インターフェース org.springframework.data.rest.webmvc.spi のメソッド。BackendIdConverter
最終的に検索されるエンティティの ID を返します。
fromText(Class<T>, String) - クラス org.springframework.data.rest.webmvc.json のメソッド。EnumTranslator
構成された MessageSourceAccessor を使用して、指定されたソーステキストを対応する列挙値に解析します。デフォルトの変換または構成されている場合はプレーンな列挙名にフォールバックする可能性があります。

G

getArguments() - クラス org.springframework.data.rest.core.mapping のメソッド。ResolvableResourceDescriptionSupport
getArguments() - クラス org.springframework.data.rest.core.mapping のメソッド。TypedResourceDescription
getBasePath() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
リポジトリリソースを公開するためのベースパス。
getBaseUri() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
代わりに RepositoryRestConfiguration.getBasePath() を使用してください。
getBean() - Method in exception org.springframework.data.rest.webmvc.support.ETagDoesntMatchException
ETag と一致しない Bean を返します。
getBindContextFor(ObjectMapper) - インターフェース org.springframework.data.rest.webmvc.json のメソッド。BindContextFactory
指定された ObjectMapperBindContext を作成します。
getBindContextFor(ObjectMapper) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntitiesBindContextFactory
getBody() - クラス org.springframework.data.rest.webmvc のメソッド。IncomingRequest
リクエストの本文を返します。
getBody() - クラス org.springframework.data.rest.webmvc.util のメソッド。InputStreamHttpInputMessage
getCause() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationExceptionMessage
getCause() - クラス org.springframework.data.rest.webmvc.support のメソッド。ExceptionMessage
getCodes() - クラス org.springframework.data.rest.core.mapping のメソッド。AnnotationBasedResourceDescription
getCodes() - クラス org.springframework.data.rest.core.mapping のメソッド。SimpleResourceDescription
getCollectionResourceRelFor(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。RepositoryRelProvider
getCollectionResourceRelFor(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。SimpleRelProvider
getContainer() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getConvertibleTypes() - クラス org.springframework.data.rest.core のメソッド。UriToEntityConverter
getConvertibleTypes() - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityToJsonSchemaConverter
getCorsConfiguration(Object, HttpServletRequest) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
getCorsConfigurations() - インターフェース org.springframework.data.rest.webmvc.config のメソッド。CorsConfigurationAware
パスパターンをキーとして、登録されている CorsConfiguration オブジェクトを返します。
getCustomizerFor(Class<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory
getDefaultMediaType() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
何も指定されていない場合にデフォルトとして使用する MediaType を取得します。
getDefaultMessage() - クラス org.springframework.data.rest.core.mapping のメソッド。ResolvableResourceDescriptionSupport
getDefaultMessage() - クラス org.springframework.data.rest.core.mapping のメソッド。TypedResourceDescription
getDefaultPageSize() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
Pageable のデフォルトサイズを取得します。
getDefinitionFor(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
指定された PersistentProperty の BeanPropertyDefinition を返します。
getDefinitions() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.Definitions
getDefinitions() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getDescription() - クラス org.springframework.data.rest.core.mapping のメソッド。ParameterMetadata
メソッドパラメーターの説明を返します。
getDescription() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMapping
リソースの説明を返します。
getDescription() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
getDescription() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getDomainType() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
リソースを通じて公開されているドメイン型を返します。
getDomainType() - クラス org.springframework.data.rest.webmvc のメソッド。RepositorySearchesResource
リソースリストが検索するドメイン型を返します。
getDomainType() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getDomainTypesResourceMappingConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
getEmbeddedResources(Object) - クラス org.springframework.data.rest.webmvc のメソッド。EmbeddedResourcesAssembler
レンダリングする埋め込みリソースを返します。
getEmbeddeds() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
_embedded 句でレンダリングされることになっているリソースを返します。
getEntity() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationMessage
getEntity() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
getEntityLookups() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
getEntityLookups(Repositories) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
構成に加えられたカスタマイズを考慮して、すべての EntityLookup を返します。
getEnumTranslationConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用する EnumTranslationConfiguration を返します。
getErrors() - Method in exception org.springframework.data.rest.core.RepositoryConstraintViolationException
getErrors() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage
getEvaluationContext() - インターフェース org.springframework.data.rest.webmvc.json.patch のメソッド。BindContext
基になる SpEL 式の評価に使用される EvaluationContext を返します。
getException() - クラス org.springframework.data.rest.core.event のメソッド。ExceptionEvent
この例外イベントのソースを取得します。
getExcerptProjection() - インターフェース org.springframework.data.rest.core.mapping のメソッド。CollectionResourceMapping
アイテムリソースをコレクションおよび関連リソースに埋め込むときに使用される射影型を返します。
getExpectedETag() - Method in exception org.springframework.data.rest.webmvc.support.ETagDoesntMatchException
Bean が一致すると予想された ETag を返します。
getExportedMappings() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
エクスポートされたすべてのクエリメソッドのマッピングを返します。
getExportedMethodMappingForPath(String) - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
指定されたパスの MethodResourceMapping を返します。
getExportedMethodMappingForRel(LinkRelation) - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
指定されたリレーション名の MappingResourceMetadata を返します。
getExposureConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
getFallbackDescription(ResourceMetadata, BeanPropertyDefinition) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
指定された BeanPropertyDefinition に使用されるフォールバック ResourceDescription を返します。
getHeaders() - クラス org.springframework.data.rest.webmvc.util のメソッド。InputStreamHttpInputMessage
getIgnoredProperties() - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
無視されたプロパティのすべてのプロパティ名を返します。
getInterceptors() - クラス org.springframework.data.rest.webmvc.support のメソッド。JpaHelper
getInvalidValue() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationMessage
getInvalidValue() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
getInvoker() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getInvokerFor(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。UnwrappingRepositoryInvokerFactory
getItemResourceDescription() - インターフェース org.springframework.data.rest.core.mapping のメソッド。CollectionResourceMapping
アイテムリソースの ResourceDescription を返します。
getItemResourceRel() - インターフェース org.springframework.data.rest.core.mapping のメソッド。CollectionResourceMapping
コレクション内のアイテムリソースを指すリレーション型を返します。
getItemResourceRelFor(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。RepositoryRelProvider
getItemResourceRelFor(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。SimpleRelProvider
getLimitParamName() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
一度に返す結果の数を示す URL クエリ文字列パラメーターの名前を取得します。
getLinked() - クラス org.springframework.data.rest.core.event のメソッド。LinkedEntityEvent
リンクされたオブジェクトを取得します。
getLinkRelationProvider() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
リポジトリのリンク関係のデフォルトを計算するように構成された LinkRelationProvider を返します。
getLinksFor(Object) - クラス org.springframework.data.rest.webmvc.mapping のメソッド。DefaultLinkCollector
指定されたオブジェクトのすべての Links を返します。
getLinksFor(Object) - インターフェース org.springframework.data.rest.webmvc.mapping のメソッド。LinkCollector
指定されたオブジェクトのすべての Links を返します。
getLinksFor(Object, Links) - クラス org.springframework.data.rest.webmvc.mapping のメソッド。DefaultLinkCollector
指定されたオブジェクトのすべての Links と既存の Link を返します。
getLinksFor(Object, Links) - インターフェース org.springframework.data.rest.webmvc.mapping のメソッド。LinkCollector
指定されたオブジェクトのすべての Links と既存の Link を返します。
getLinksFor(Association<? extends PersistentProperty<?>>, Path) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
指定された Association に対してレンダリングするリンクを返します。
getLinksForNested(Object, Links) - クラス org.springframework.data.rest.webmvc.mapping のメソッド。DefaultLinkCollector
getLinksForNested(Object, Links) - インターフェース org.springframework.data.rest.webmvc.mapping のメソッド。LinkCollector
getLookupProperty() - インターフェース org.springframework.data.rest.core.support のメソッド。EntityLookup
可能な場合はルックアッププロパティを返します。
getMappedMethod(String) - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
指定されたパスにマップされたメソッドを返します。
getMappedName(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
getMappingFor(PersistentProperty<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
getMappingFor(PersistentProperty<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
指定された PersistentPropertyResourceMapping を返します。管理されていない場合は、null を返します。
getMappingForMethod(Method, Class<?>) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
getMappings() - Method in class org.springframework.data.rest.webmvc.mapping.Associations
getMaxPageSize() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
ページの最大サイズを取得します。
getMessage() - クラス org.springframework.data.rest.core.mapping のメソッド。AnnotationBasedResourceDescription
getMessage() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceDescription
説明を返します。
getMessage() - クラス org.springframework.data.rest.core.mapping のメソッド。SimpleResourceDescription
getMessage() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationMessage
getMessage() - クラス org.springframework.data.rest.webmvc.support のメソッド。ExceptionMessage
getMessage() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
getMessages() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationExceptionMessage
getMetadataConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
メタデータの公開をカスタマイズするために MetadataConfiguration を返します。
getMetadataFor(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
getMetadataFor(Class<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMappings
可能な場合は、指定された型の ResourceMetadata を返します。
getMetadataFor(Class<?>) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
指定された型の ResourceMetadata を返します。
getMethod() - インターフェース org.springframework.data.rest.core.mapping のメソッド。MethodResourceMapping
リソースを支援する MethodSE を返します。
getMethodsFor(PersistentProperty<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。CrudMethodsSupportedHttpMethods
getMethodsFor(PersistentProperty<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。SupportedHttpMethods
指定された PersistentProperty でサポートされている HttpMethod を返します。
getMethodsFor(PersistentProperty<?>) - 列挙クラス org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods のメソッド
getMethodsFor(ResourceType) - クラス org.springframework.data.rest.core.mapping のメソッド。CrudMethodsSupportedHttpMethods
getMethodsFor(ResourceType) - インターフェース org.springframework.data.rest.core.mapping のメソッド。SupportedHttpMethods
指定された ResourceType でサポートされている HttpMethod を返します。
getMethodsFor(ResourceType) - 列挙クラス org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods のメソッド
getName() - クラス org.springframework.data.rest.core.mapping のメソッド。ParameterMetadata
メソッドパラメーターの名前を返します。
getName() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
getNameForPath(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
getOrder() - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerAdapter
getPageable() - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
デリゲート Pageable を返します。
getPageParamName() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
返すページを示す URL クエリ文字列パラメーターの名前を取得します。
getPaginationTemplateVariables(MethodParameter, UriComponents) - インターフェース org.springframework.data.rest.webmvc.support のメソッド。PagingAndSortingTemplateVariables
ページ区切りの TemplateVariables を返します。
getParameterName() - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
getParameterName() - インターフェース org.springframework.data.rest.core.projection のメソッド。ProjectionDefinitions
射影を Web に公開するために使用されるリクエストパラメーターを返します。
getParameterNames() - クラス org.springframework.data.rest.core.mapping のメソッド。ParametersMetadata
すべてのパラメーター名を返します。
getParametersMetadata() - インターフェース org.springframework.data.rest.core.mapping のメソッド。MethodResourceMapping
名前付きパラメーターすべての ParameterMetadata インスタンスを返します。
getPath() - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
getPath() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMapping
リソースが公開されているパスを返します。
getPath() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
getPath(RepositoryRestConfiguration, ResourceMapping) - Static method in class org.springframework.data.rest.webmvc.ProfileController
指定された baseUri とドメイン型 マッピングのプロファイルリンクの href を返します。
getPathSegments(Method) - Static method in class org.springframework.data.rest.webmvc.util.UriUtils
マッピングパスセグメントリクエストマッピングを返します。
getPatternFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
指定された値型に登録されている PatternSE を返します。
getPersistentEntity() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
基になるインスタンスの PersistentEntity を返します。
getPersistentEntity() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getPersistentProperty(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
getProjectionConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
ProjectionDefinitionConfiguration を返し、加算射影を登録します。
getProjectionsFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
指定されたソース型に登録されているすべての射影を返します。
getProjectionType(Class<?>, String) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
getProjectionType(Class<?>, String) - インターフェース org.springframework.data.rest.core.projection のメソッド。ProjectionDefinitions
指定されたソース型と名前の射影型を返します。
getProperty() - インターフェース org.springframework.data.rest.core.mapping のメソッド。PropertyAwareResourceMapping
getProperty() - クラス org.springframework.data.rest.webmvc.support のメソッド。ConstraintViolationMessage
getProperty() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
getProperty(String) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
指定されたマップパスの PropertyAwareResourceMapping を返します。
getPropertyAccessor() - クラス org.springframework.data.rest.core のメソッド。ValidationErrors
getPropertyAccessor() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
基になるコンテンツ Bean の PersistentPropertyAccessor を返します。
getReadableProperty(String, Class<?>) - インターフェース org.springframework.data.rest.webmvc.json.patch のメソッド。BindContext
指定された JSON ポインターセグメントの読み取り可能なプロパティの名前を返します。
getRel() - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
getRel() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMapping
エクスポートされたリソースの関係を返します。
getRel() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
getRelProvider() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 以降、代わりに RepositoryRestConfiguration.getLinkRelationProvider() を使用してください。
getRepositoryDetectionStrategy() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
どのリポジトリを公開するかを決定するために使用される RepositoryDetectionStrategy を返します。
getRepositoryLookupPath(String) - クラス org.springframework.data.rest.webmvc のメソッド。BaseUri
Spring Data REST 管理対象 URI スペース内の実際のルックアップパスを抽出します。
getRepositoryLookupPath(NativeWebRequest) - クラス org.springframework.data.rest.webmvc のメソッド。BaseUri
Spring Data REST 管理対象 URI スペース内の実際のルックアップパスを抽出します。
getResourceIdentifier(T) - インターフェース org.springframework.data.rest.core.support のメソッド。EntityLookup
一意に識別するために使用される、指定されたエンティティのプロパティを返します。
getResourceMapping(RepositoryRestConfiguration, PersistentEntity<?, ?>) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
getResourceMapping(RepositoryRestConfiguration, RepositoryInformation) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
getResourceMappingFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMappingConfiguration
getResourceMappingFor(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
getResourceMappingForDomainType(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
getResourceMappingForRepository(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
getResourceMappings() - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
getResourceMetadata() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getReturnedDomainType() - インターフェース org.springframework.data.rest.core.mapping のメソッド。MethodResourceMapping
クエリメソッドが返すドメイン型を返します。
getRootPath(RepositoryRestConfiguration) - Static method in class org.springframework.data.rest.webmvc.ProfileController
指定された baseUri のプロファイルルートリンクの href を返します。
getSchema() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getSchemaFormatFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
指定された型に使用される JsonSchemaFormat を返します。
getSearchMappings() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getSearchResourceMappings() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
SearchResourceMappings を返します。つまり、現在のリソースに対して公開されている検索リソースのマッピングを返します。
getSearchResourceMappings(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
getSearchResourceMappings(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。RepositoryResourceMappings
getSearchResourceMappings(Class<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMappings
指定された型の検索リソースの ResourceMapping を返します。
getServerHttpRequest() - クラス org.springframework.data.rest.webmvc のメソッド。IncomingRequest
基本となる ServerHttpRequest を返します。
getSortParamName() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
結果を並べ替える方向を示す URL クエリ文字列パラメーターの名前を取得します。
getSortTemplateVariables(MethodParameter, UriComponents) - インターフェース org.springframework.data.rest.webmvc.support のメソッド。PagingAndSortingTemplateVariables
ソート用の TemplateVariables を返します。
getSpringDataUnmappedProperties() - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
Jackson のみが認識するすべてのプロパティを返します。
getSupportedHttpMethods() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
サポートされている HttpMethod を返します。
getSupportedMediaTypes() - クラス org.springframework.data.rest.webmvc.convert のメソッド。UriListHttpMessageConverter
getSupportedMethods() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
getTarget() - クラス org.springframework.data.rest.core のメソッド。ValidationErrors
getTarget() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
基になるインスタンスを返します。
getThis() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryLinkBuilder
getTitle() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
getTitle() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getType() - クラス org.springframework.data.rest.core.mapping のメソッド。AnnotationBasedResourceDescription
getType() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceDescription
getType() - クラス org.springframework.data.rest.core.mapping のメソッド。SimpleResourceDescription
getType() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema
getTypeSerializer(Class<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
指定された型の JsonSerializer を返します。使用可能なものがない場合は、null を返します。
getUri() - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
ソース URISE を返します。
getUri() - クラス org.springframework.data.rest.core のメソッド。ResolvingAggregateReference
getUri() - クラス org.springframework.data.rest.webmvc のメソッド。BaseUri
ベース URI を返します。
getUriComponentsBuilder() - クラス org.springframework.data.rest.webmvc のメソッド。BaseUri
ベース URI の新しい UriComponentsBuilder を返します。
getValues() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
getValues(Class<? extends Enum<?>>) - クラス org.springframework.data.rest.webmvc.json のメソッド。EnumTranslator
指定された EnumSE 型の変換される可能性のあるすべての値を返します。
getWritableProperty(String, Class<?>) - インターフェース org.springframework.data.rest.webmvc.json.patch のメソッド。BindContext
指定された JSON ポインターセグメントの書き込み可能なプロパティの名前を返します。

H

HAL_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
halJacksonHttpMessageConverter(LinkCollector, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
halObjectMapper(LinkCollector) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
HandleAfterCreate - Annotation Interface in org.springframework.data.rest.core.annotation
HandleAfterDelete - Annotation Interface in org.springframework.data.rest.core.annotation
afterDelete イベントを処理するコンポーネントを示します。
HandleAfterLinkDelete - Annotation Interface in org.springframework.data.rest.core.annotation
afterLinkDelete イベントを処理するコンポーネントを示します。
HandleAfterLinkSave - Annotation Interface in org.springframework.data.rest.core.annotation
afterLinkSave イベントを処理するコンポーネントを示します。
HandleAfterSave - Annotation Interface in org.springframework.data.rest.core.annotation
afterSave イベントを処理するコンポーネントを示します。
HandleBeforeCreate - Annotation Interface in org.springframework.data.rest.core.annotation
HandleBeforeDelete - Annotation Interface in org.springframework.data.rest.core.annotation
beforeDelete イベントを処理するコンポーネントを示します。
HandleBeforeLinkDelete - Annotation Interface in org.springframework.data.rest.core.annotation
beforeLinkDelete イベントを処理するコンポーネントを示します。
HandleBeforeLinkSave - Annotation Interface in org.springframework.data.rest.core.annotation
beforeLinkSave イベントを処理するコンポーネントを示します。
HandleBeforeSave - Annotation Interface in org.springframework.data.rest.core.annotation
beforeSave イベントを処理するコンポーネントを示します。
handleNoMatch(Set<RequestMappingInfo>, String, HttpServletRequest) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
hasCorsConfigurationSource(Object) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
hasExcerptProjection(Class<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultExcerptProjector
hasExcerptProjection(Class<?>) - インターフェース org.springframework.data.rest.webmvc.support のメソッド。ExcerptProjector
指定された型に抜粋射影が登録されているかどうかを返します。
hashCode() - クラス org.springframework.data.rest.core.mapping のメソッド。ParameterMetadata
hashCode() - Method in class org.springframework.data.rest.core.Path
hashCode() - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
hashCode() - Method in class org.springframework.data.rest.webmvc.support.ETag
hashCode() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
hasMappingFor(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
hasMappingFor(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。RepositoryResourceMappings
hasMappingFor(Class<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMappings
指定された型の ResourceMapping があるかどうかを返します。
hasMetadataFor(Class<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
指定された型の ResourceMetadata が現在すでにあるかどうかを返します。
hasPersistentPropertyForField(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
hasProjectionFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
hasProjectionFor(Class<?>) - インターフェース org.springframework.data.rest.core.projection のメソッド。ProjectionDefinitions
指定されたソース型に射影が登録されているかどうかを返します。
hasResourceMappingFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMappingConfiguration
hasResourceMappingFor(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
hasResourceMappingForDomainType(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
hasResourceMappingForRepository(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
hasTextExceptSlash(CharSequence) - Static method in class org.springframework.data.rest.core.support.ResourceStringUtils
指定された入力に実際のテキストが含まれているかどうかを確認します(スラッシュは除く)。
headForRepositories() - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryController
HEAD /
HOSTNAME - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
httpHeadersPreparer(AuditableBeanWrapperFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
HttpHeadersPreparer - org.springframework.data.rest.webmvc のクラス
PersistentEntityResource および PersistentEntity インスタンス用に HttpHeaders を準備するための値オブジェクト。
HttpHeadersPreparer(AuditableBeanWrapperFactory) - クラス org.springframework.data.rest.webmvc. HttpHeadersPreparer のコンストラクター
HttpMethodHandlerMethodArgumentResolver - Enum Class in org.springframework.data.rest.webmvc.support
HandlerMethodArgumentResolver は、MVC コントローラーメソッドに挿入するための HttpMethod インスタンスを提供します。
HttpMethods - Interface in org.springframework.data.rest.core.mapping
それらの代替セットを作成するためのいくつかの便利なメソッドを備えた HttpMethod のコレクション。

I

IncomingRequest - org.springframework.data.rest.webmvc のクラス
ServerHttpRequest をラップして、リクエストメソッドについて調べるためのもう少し抽象的な API を提供する値オブジェクト。
IncomingRequest(ServerHttpRequest) - クラス org.springframework.data.rest.webmvc. IncomingRequest のコンストラクター
ServerHttpRequest から新しい IncomingRequest を作成します。
InputStreamHttpInputMessage - org.springframework.data.rest.webmvc.util のクラス
プレーンな InputStreamSE に基づく HttpInputMessage、つまりヘッダーを公開しません。
INSTANCE - Enum constant in enum class org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods
INSTANCE - Enum constant in enum class org.springframework.data.rest.core.StringToLdapNameConverter
INSTANCE - Enum constant in enum class org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter
INSTANCE - Enum constant in enum class org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver
IPV4 - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
IPV6 - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
isDefault() - クラス org.springframework.data.rest.core.mapping のメソッド。AnnotationBasedResourceDescription
isDefault() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceDescription
これがデフォルトの説明であるかどうかを返します。
isDefault() - クラス org.springframework.data.rest.core.mapping のメソッド。SimpleResourceDescription
isDefault() - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
含まれている Pageable がデフォルトで構成されているかどうかを返します。
isEnableEnumTranslation() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
列挙値の変換が有効かどうかを返します。
isExported() - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
isExported() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMapping
コンポーネントをエクスポートするかどうかを返します。
isExported() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
isExported(PersistentProperty<?>) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMetadata
指定された PersistentProperty が管理対象リソースであり、実際にエクスポートされているかどうかを返します。
isExported(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
型の特定のプロパティをエクスポートできるかどうか、つまり Jackson を介して直列化できるかどうかを確認します。
isExported(RepositoryMetadata) - インターフェース org.springframework.data.rest.core.mapping のメソッド。RepositoryDetectionStrategy
指定された RepositoryMetadata によって記述されたリポジトリがエクスポートされるかどうかを返します。
isExposedProperty(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
isHandler(Class<?>) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
使用すべきではありません。
3.6 でオーバーライドするため。4.0 でファイナルになります。
isHandlerInternal(Class<?>) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
指定されたコントローラー型がハンドラーと見なされるかどうかを返します。
isHandlerInternal(Class<?>) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
isIdExposed(PersistentEntity<?, ?>) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
isIdExposedFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
このドメイン型の ID プロパティを公開する必要がありますか?
isJsonMergePatchRequest() - クラス org.springframework.data.rest.webmvc のメソッド。IncomingRequest
リクエストが型 RestMediaTypes.MERGE_PATCH_JSON のペイロードを持つ PATCH リクエストであるかどうかを返します。
isJsonPatchRequest() - クラス org.springframework.data.rest.webmvc のメソッド。IncomingRequest
リクエストが型 RestMediaTypes.JSON_PATCH_JSON のペイロードを持つ PATCH リクエストであるかどうかを返します。
isLinkableAssociation(Association<? extends PersistentProperty<?>>) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
指定された Association がリンク可能かどうかを返します。
isLinkableAssociation(PersistentProperty<?>) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
指定されたプロパティがリンク可能な関連付けであるかどうかを返します。
isLookupType(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
isLookupType(PersistentProperty<?>) - Method in class org.springframework.data.rest.webmvc.mapping.Associations
指定された PersistentProperty の型がルックアップ型として構成されているかどうかを返します。
isMapped(PersistentProperty<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
isMapped(PersistentProperty<?>) - クラス org.springframework.data.rest.core.mapping のメソッド。RepositoryResourceMappings
isMappedProperty(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
指定された PersistentProperty がマッピングされているかどうか、つまり Jackson と Spring Data の両方に認識されているかどうかを返します。
isNested() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
isNew() - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource
リソースのコンテンツが、作成されようとしている新しいエンティティであるかどうかを返します。
isObjectStillValid(Object, HttpHeaders) - クラス org.springframework.data.rest.webmvc のメソッド。HttpHeadersPreparer
指定されたオブジェクトが、指定された HttpHeaders ' 要件のコンテキストでまだ有効であるかどうかを返します。
isPagingResource() - インターフェース org.springframework.data.rest.core.mapping のメソッド。ResourceMapping
リソースがページングされているかどうかを返します。
isPagingResource() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
isPatchRequest() - クラス org.springframework.data.rest.webmvc のメソッド。IncomingRequest
リクエストが PATCH リクエストであるかどうかを返します。
isReadableField(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
isReadOnly() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
isReadOnly(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
指定された PersistentProperty が Jackson によって読み取り専用と見なされるかどうかを返します。
isReturnBodyOnCreate() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
isReturnBodyOnUpdate() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
isSortableResource() - インターフェース org.springframework.data.rest.core.mapping のメソッド。MethodResourceMapping
リソースがソート可能かどうかを返します。
isValueType() - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
バッキング型が Jackson 値型と見なされるかどうかを返します。
isWritableField(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappedProperties
プロパティが実際に書き込み可能かどうかを返します。
ITEM - Enum constant in enum class org.springframework.data.rest.core.mapping.ResourceType
itemResourceDescription() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
アイテムリソースの説明。
itemResourceRel() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
アイテムリソースへのリンクを生成するときに使用する rel 値。
items - Variable in class org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
iterator() - クラス org.springframework.data.rest.core.mapping のメソッド。ConfigurableHttpMethods
iterator() - クラス org.springframework.data.rest.core.mapping のメソッド。ParametersMetadata
iterator() - クラス org.springframework.data.rest.core.mapping のメソッド。PersistentEntitiesResourceMappings
iterator() - クラス org.springframework.data.rest.core.mapping のメソッド。SearchResourceMappings
iterator() - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMetadata
iterator() - Method in class org.springframework.data.rest.webmvc.json.patch.Patch

J

Jackson2DatatypeHelper - org.springframework.data.rest.webmvc.json のクラス
クラスパス内の存在に基づいてデータ型モジュールを登録するヘルパークラス。
Jackson2DatatypeHelper() - クラス org.springframework.data.rest.webmvc.json のコンストラクター。Jackson2DatatypeHelper
jacksonHttpMessageConverter(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
JSON データの読み書きに Spring MVC が使用する HttpMessageConverter
JacksonMappingAwareSortTranslator - org.springframework.data.rest.webmvc.json のクラス
ドメインクラスでの Jackson-Mapping を認識する Sort 引数のトランスレータ。
JacksonMappingAwareSortTranslator(ObjectMapper, Repositories, DomainClassResolver, PersistentEntities, Associations) - クラス org.springframework.data.rest.webmvc.json. JacksonMappingAwareSortTranslator のコンストラクター
指定された ObjectMapperRepositoriesDomainClassResolverPersistentEntities に対して新しい JacksonMappingAwareSortTranslator を作成します。
JacksonMappingAwareSortTranslator.SortTranslator - org.springframework.data.rest.webmvc.json のクラス
Sort オーダーを Jackson マップフィールド名から PersistentProperty 名に変換します。
JacksonMetadata - org.springframework.data.rest.webmvc.json のクラス
特定の型の Jackson ベースの Bean メタデータを抽象化するための値オブジェクト。
JacksonMetadata(ObjectMapper, Class<?>) - クラス org.springframework.data.rest.webmvc.json. JacksonMetadata のコンストラクター
指定された ObjectMapper および型の新しい JacksonMetadata インスタンスを作成します。
JacksonSerializers - org.springframework.data.rest.webmvc.json のクラス
カスタム Spring Data REST Jackson シリアライザー。
JacksonSerializers(EnumTranslator) - クラス org.springframework.data.rest.webmvc.json. JacksonSerializers のコンストラクター
指定された EnumTranslator で新しい JacksonSerializers を作成します。
JacksonSerializers.EnumTranslatingDeserializer - org.springframework.data.rest.webmvc.json のクラス
リソースバンドルを使用して列挙値を解決する列挙デシリアライザー。
JacksonSerializers.EnumTranslatingSerializer - org.springframework.data.rest.webmvc.json のクラス
生の列挙値をリソースバンドルを通じて解決された値に変換する列挙シリアライザー。
jpaHelper() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
JpaHelper - org.springframework.data.rest.webmvc.support のクラス
JpaHelper() - クラス org.springframework.data.rest.webmvc.support. JpaHelper のコンストラクター
JSON_PATCH_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
JsonPatchPatchConverter - org.springframework.data.rest.webmvc.json.patch のクラス
JSON パッチを含む JsonNodePatch オブジェクトとの間で変換します。
JsonPatchPatchConverter(ObjectMapper, BindContext) - クラス org.springframework.data.rest.webmvc.json.patch. JsonPatchPatchConverter のコンストラクター
JsonSchema - org.springframework.data.rest.webmvc.json のクラス
JSON スキーマドキュメントをレンダリングするためのモデルクラス。
JsonSchema(String, String, Collection<JsonSchema.AbstractJsonSchemaProperty<?>>, JsonSchema.Definitions) - クラス org.springframework.data.rest.webmvc.json. JsonSchema のコンストラクター
指定されたタイトル、説明、JsonSchema.AbstractJsonSchemaPropertyJsonSchema.Definitions の新しい JsonSchema インスタンスを作成します。
JsonSchema.Definitions - org.springframework.data.rest.webmvc.json のクラス
JSON スキーマ定義の MapSE を抽象化するための値オブジェクト。
JsonSchema.EnumProperty - org.springframework.data.rest.webmvc.json のクラス
列挙を表す JsonSchema.JsonSchemaProperty
JsonSchema.JsonSchemaProperty - org.springframework.data.rest.webmvc.json のクラス
JSON スキーマプロパティ
jsonSchemaConverter(PersistentEntities, Associations, RepositoryInvokerFactory, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ドメインクラスを JsonSchema に変換します。
JsonSchemaFormat - Enum Class in org.springframework.data.rest.core.config
JSON スキーマの事前定義された形式を表す列挙型。
JsonSchemaPropertyCustomizer - Interface in org.springframework.data.rest.webmvc.json
特定の型に対してデフォルトで作成される JsonSchema.JsonSchemaProperty をカスタマイズするためのコールバックインターフェース。

L

linkCollector(PersistentEntities, SelfLinkProvider, Associations) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
LinkCollector - Interface in org.springframework.data.rest.webmvc.mapping
特定のオブジェクトに追加する必要があるすべての標準リンクを収集するサービス。
LinkedEntityEvent - org.springframework.data.rest.core.event のクラス
リンクされたオブジェクトの保存 / 更新または削除を処理する RepositoryEvent の基本クラス。
LinkedEntityEvent(Object, Object) - クラス org.springframework.data.rest.core.event. LinkedEntityEvent のコンストラクター
指定されたソースとリンクされたインスタンスに対して新しい LinkedEntityEvent を作成します。
linkFor(Class<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
linkFor(Class<?>, Object...) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
linkForItemResource(Class<?>, Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
linksToSearchResources(Class<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の検索リソースへのすべてのリンクを返します。
linksToSearchResources(Class<?>, Pageable) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の検索リソースへのすべてのリンクを返します。該当する場合は、指定された Pageable で事前に展開されています。
linksToSearchResources(Class<?>, Sort) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の検索リソースへのすべてのリンクを返します。該当する場合は、指定された Sort で事前に展開されています。
linkToCollectionResource(Class<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
linkToItemResource(Class<?>, Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
linkToPagedResource(Class<?>, Pageable) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型のページ化されたコレクションリソースへのリンクを返し、事前に展開します
linkToSearchResource(Class<?>, LinkRelation) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の指定された LinkRelation を使用して検索リソースへのリンクを作成します。
linkToSearchResource(Class<?>, LinkRelation, Pageable) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の指定された LinkRelation を使用して検索リソースへのリンクを作成します。
linkToSearchResource(Class<?>, LinkRelation, Sort) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
指定された型の指定された LinkRelation を使用して検索リソースへのリンクを作成します。
listRepositories() - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryController
リポジトリを公開しているリソースを指すリンクリストを作成して、エクスポートされたすべてのリポジトリを一覧表示します。
lookup(R, ID) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar.LookupRegistrar.Lookup
指定された Repository と識別子を使用してエンティティを検索します。
lookupEntity(Object) - インターフェース org.springframework.data.rest.core.support のメソッド。EntityLookup
指定された識別子値を持つエンティティがリクエストされた場合に使用されるエンティティインスタンスを返します。
lookupHandlerMethod(String, HttpServletRequest) - クラス org.springframework.data.rest.webmvc のメソッド。BasePathAwareHandlerMapping
lookupHandlerMethod(String, HttpServletRequest) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
LookupObjectSerializer(PluginRegistry<EntityLookup<?>, Class<?>>) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。PersistentEntityJackson2Module.LookupObjectSerializer

M

MappedProperties - org.springframework.data.rest.webmvc.json のクラス
Jackson にマッピングされたフィールド名と PersistentProperty インスタンスのマッピングをキャプチャーするシンプルな値オブジェクト。
MappingAwareDefaultedPageableArgumentResolver - org.springframework.data.rest.webmvc.json のクラス
HandlerMethodArgumentResolver は、フィールドをプロパティマッピングに適用する PageableHandlerMethodArgumentResolver から DefaultedPageable を解決します。
MappingAwareDefaultedPageableArgumentResolver(JacksonMappingAwareSortTranslator, PageableHandlerMethodArgumentResolver) - クラス org.springframework.data.rest.webmvc.json. MappingAwareDefaultedPageableArgumentResolver のコンストラクター
MappingAwarePageableArgumentResolver - org.springframework.data.rest.webmvc.json のクラス
HandlerMethodArgumentResolver は、フィールドをプロパティマッピングに適用する PageableArgumentResolver から Pageable を解決します。
MappingAwarePageableArgumentResolver(JacksonMappingAwareSortTranslator, PageableArgumentResolver) - クラス org.springframework.data.rest.webmvc.json. MappingAwarePageableArgumentResolver のコンストラクター
MappingAwareSortArgumentResolver - org.springframework.data.rest.webmvc.json のクラス
HandlerMethodArgumentResolver は、フィールドをプロパティマッピングに適用する SortHandlerMethodArgumentResolver から Sort を解決します。
MappingAwareSortArgumentResolver(JacksonMappingAwareSortTranslator, SortArgumentResolver) - クラス org.springframework.data.rest.webmvc.json. MappingAwareSortArgumentResolver のコンストラクター
MapUtils - Interface in org.springframework.data.rest.core.util
MapSE を操作するためのヘルパーメソッド。
matches(String) - Method in class org.springframework.data.rest.core.Path
指定された参照文字列が現在の Path と一致するかどうかを返します。
matches(TypeDescriptor, TypeDescriptor) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityToJsonSchemaConverter
matches(PersistentEntity<?, ?>, Object) - Method in class org.springframework.data.rest.webmvc.support.ETag
ETag が指定された PersistentEntity およびターゲットと一致するかどうかを返します。
merge(Class<?>, ResourceMapping) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
merge(Method, ResourceMapping) - Static method in class org.springframework.data.rest.core.support.ResourceMappingUtils
使用すべきではありません。
MERGE_PATCH_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
metadataConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
2.4 以降、代わりに RepositoryRestConfiguration.getMetadataConfiguration() を使用してください。
metadataConfiguration() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
MetadataConfiguration - org.springframework.data.rest.core.config のクラス
メタデータ公開の構成。
MetadataConfiguration() - クラス org.springframework.data.rest.core.config. MetadataConfiguration のコンストラクター
MethodResourceMapping - Interface in org.springframework.data.rest.core.mapping
MethodSE によってサポートされる ResourceMapping

N

name() - Element in annotation interface org.springframework.data.rest.core.config.Projection
参照する射影の名前。
NO_ETAG - Static variable in class org.springframework.data.rest.webmvc.support.ETag
none() - インターフェース org.springframework.data.rest.core.mapping.ExposureConfigurer.AggregateResourceHttpMethodsFilter の静的メソッド
すべての HttpMethods をそのまま返す、つまりフィルタリングを適用しないデフォルトのフィルターを返します。
none() - インターフェース org.springframework.data.rest.core.mapping.ExposureConfigurer.AssociationResourceHttpMethodsFilter の静的メソッド
すべての HttpMethods をそのまま返す、つまりフィルタリングを適用しないデフォルトのフィルターを返します。
none() - Static method in interface org.springframework.data.rest.core.mapping.HttpMethods
none() - Static method in class org.springframework.data.rest.webmvc.json.MappedProperties
None() - クラス org.springframework.data.rest.core.annotation のコンストラクター。RepositoryRestResource.None
NONE - Static variable in class org.springframework.data.rest.core.mapping.ConfigurableHttpMethods
NONE - Static variable in class org.springframework.data.rest.webmvc.BaseUri

O

objectMapper() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
内部で使用される Jackson ObjectMapper
of(InputStream) - Static method in class org.springframework.data.rest.webmvc.util.InputStreamHttpInputMessage
of(String, String, Object, String) - クラス org.springframework.data.rest.webmvc.support.RepositoryConstraintViolationExceptionMessage.ValidationError の静的メソッド
of(Collection<HttpMethod>) - Static method in interface org.springframework.data.rest.core.mapping.HttpMethods
指定された HttpMethod を持つ新しい HttpMethods を返します。
of(Repositories, ResourceMappings, BaseUri) - Static method in class org.springframework.data.rest.webmvc.support.DomainClassResolver
omitUnresolvableDescriptionKeys() - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
解決できないリソースバンドルキーのドキュメント属性を省略するかどうかを返します。
onAfterCreate(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onAfterCreate(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
afterCreate イベントに関心がある場合は、このメソッドをオーバーライドします。
onAfterDelete(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onAfterDelete(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
afterDelete イベントに関心がある場合は、このメソッドをオーバーライドします。
onAfterLinkDelete(T, Object) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
afterLinkDelete イベントに関心がある場合は、このメソッドをオーバーライドします。
onAfterLinkSave(Object, Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onAfterLinkSave(T, Object) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
afterLinkSave イベントに関心がある場合は、このメソッドをオーバーライドします。
onAfterSave(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onAfterSave(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
afterSave イベントに関心がある場合は、このメソッドをオーバーライドします。
onApplicationEvent(RepositoryEvent) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
onApplicationEvent(RepositoryEvent) - クラス org.springframework.data.rest.core.event のメソッド。AnnotatedEventHandlerInvoker
onBeforeCreate(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onBeforeCreate(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
beforeCreate イベントに関心がある場合は、このメソッドをオーバーライドします。
onBeforeDelete(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onBeforeDelete(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
beforeDelete イベントに関心がある場合は、このメソッドをオーバーライドします。
onBeforeLinkDelete(T, Object) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
beforeLinkDelete イベントに関心がある場合は、このメソッドをオーバーライドします。
onBeforeLinkSave(Object, Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onBeforeLinkSave(T, Object) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
beforeLinkSave イベントに関心がある場合は、このメソッドをオーバーライドします。
onBeforeSave(Object) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
onBeforeSave(T) - クラス org.springframework.data.rest.core.event のメソッド。AbstractRepositoryEventListener
beforeSave イベントに関心がある場合は、このメソッドをオーバーライドします。
op - Variable in class org.springframework.data.rest.webmvc.json.patch.PatchOperation
optionsForRepositories() - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryController
OPTIONS /.
org.springframework.data.rest.core - パッケージ org.springframework.data.rest.core
org.springframework.data.rest.core.annotation - パッケージ org.springframework.data.rest.core.annotation
org.springframework.data.rest.core.config - パッケージ org.springframework.data.rest.core.config
org.springframework.data.rest.core.event - パッケージ org.springframework.data.rest.core.event
org.springframework.data.rest.core.mapping - パッケージ org.springframework.data.rest.core.mapping
org.springframework.data.rest.core.projection - パッケージ org.springframework.data.rest.core.projection
org.springframework.data.rest.core.support - パッケージ org.springframework.data.rest.core.support
org.springframework.data.rest.core.util - パッケージ org.springframework.data.rest.core.util
org.springframework.data.rest.webmvc - パッケージ org.springframework.data.rest.webmvc
org.springframework.data.rest.webmvc.alps - パッケージ org.springframework.data.rest.webmvc.alps
org.springframework.data.rest.webmvc.config - パッケージ org.springframework.data.rest.webmvc.config
org.springframework.data.rest.webmvc.convert - パッケージ org.springframework.data.rest.webmvc.convert
org.springframework.data.rest.webmvc.json - パッケージ org.springframework.data.rest.webmvc.json
org.springframework.data.rest.webmvc.json.patch - パッケージ org.springframework.data.rest.webmvc.json.patch
org.springframework.data.rest.webmvc.mapping - パッケージ org.springframework.data.rest.webmvc.mapping
org.springframework.data.rest.webmvc.spi - パッケージ org.springframework.data.rest.webmvc.spi
org.springframework.data.rest.webmvc.support - パッケージ org.springframework.data.rest.webmvc.support
org.springframework.data.rest.webmvc.util - パッケージ org.springframework.data.rest.webmvc.util

P

pageableResolver() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
PagingAndSortingTemplateVariables - Interface in org.springframework.data.rest.webmvc.support
ページ区切りとソートのために TemplateVariables のアクセスを抽象化するインターフェース。
ParameterMetadata - org.springframework.data.rest.core.mapping のクラス
クエリメソッドパラメーターのメタデータをキャプチャーする値オブジェクト。
ParameterMetadata(MethodParameter, String) - クラス org.springframework.data.rest.core.mapping. ParameterMetadata のコンストラクター
指定された MethodParameter およびベース rel に対して新しい ParameterMetadata を作成します。
ParametersMetadata - org.springframework.data.rest.core.mapping のクラス
ParameterMetadata インスタンスのリストの値オブジェクト。
Patch - Class in org.springframework.data.rest.webmvc.json.patch
パッチを表します。
Patch(List<PatchOperation>, BindContext) - Constructor for class org.springframework.data.rest.webmvc.json.patch.Patch
PatchConverter< T > - Interface in org.springframework.data.rest.webmvc.json.patch
パッチドキュメント表現(JSON パッチなど)から Patch インスタンスを生成し、パッチをパッチドキュメント表現にレンダリングするための戦略インターフェース。
PatchException - Exception in org.springframework.data.rest.webmvc.json.patch
パッチの適用中にエラーが発生した場合に例外がスローされます。
PatchException(String) - Constructor for exception org.springframework.data.rest.webmvc.json.patch.PatchException
PatchException(String, Exception) - Constructor for exception org.springframework.data.rest.webmvc.json.patch.PatchException
PatchOperation - org.springframework.data.rest.webmvc.json.patch のクラス
パッチ操作のサポートメソッドを表し、提供する抽象基本クラス。
PatchOperation(String, SpelPath.UntypedSpelPath) - クラス org.springframework.data.rest.webmvc.json.patch. PatchOperation のコンストラクター
操作を構築します。
PatchOperation(String, SpelPath.UntypedSpelPath, Object) - クラス org.springframework.data.rest.webmvc.json.patch. PatchOperation のコンストラクター
path - Variable in class org.springframework.data.rest.webmvc.json.patch.PatchOperation
path() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryRestResource
このリソースがエクスポートされるパスセグメント。
path() - Element in annotation interface org.springframework.data.rest.core.annotation.RestResource
このリソースがエクスポートされるパスセグメント。
path() - Element in annotation interface org.springframework.data.rest.webmvc.BasePathAwareController
ハンドラーメソッドで構成されたすべてのリクエストマッピングの先頭に追加されるルートパス。
path() - Element in annotation interface org.springframework.data.rest.webmvc.RepositoryRestController
ハンドラーメソッドで構成されたすべてのリクエストマッピングの先頭に追加されるルートパス。
Path - Class in org.springframework.data.rest.core
構築する単純な値オブジェクト(URI)パス。
Path(String) - Constructor for class org.springframework.data.rest.core.Path
指定された StringSE から新しい Path を作成します。
pattern - Variable in class org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
persistentEntities() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
PersistentEntitiesBindContextFactory - org.springframework.data.rest.webmvc.json のクラス
PersistentEntitiesBindContextFactory(PersistentEntities, ConversionService) - クラス org.springframework.data.rest.webmvc.json. PersistentEntitiesBindContextFactory のコンストラクター
指定された PersistentEntities の新しい PersistentEntitiesBindContextFactory を作成します。
PersistentEntitiesResourceMappings - org.springframework.data.rest.core.mapping のクラス
PersistentEntitiesResourceMappings(PersistentEntities) - クラス org.springframework.data.rest.core.mapping. PersistentEntitiesResourceMappings のコンストラクター
指定された PersistentEntities から新しい PersistentEntitiesResourceMappings を作成します。
persistentEntityArgumentResolver(List<HttpMessageConverter<?>>, RootResourceInformationHandlerMethodArgumentResolver, Associations, BackendIdHandlerMethodArgumentResolver, PersistentEntities) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
受信 JSON をエンティティに読み込みます。
persistentEntityJackson2Module(LinkCollector) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
エンティティに対応する JSON のインテリジェントな直列化と逆直列化を担当する Jackson モジュール。
PersistentEntityJackson2Module - org.springframework.data.rest.webmvc.json のクラス
PersistentEntityResource を直列化および逆直列化する Jackson 2 モジュール。
PersistentEntityJackson2Module(Associations, PersistentEntities, UriToEntityConverter, LinkCollector, RepositoryInvokerFactory, PersistentEntityJackson2Module.LookupObjectSerializer, RepresentationModelProcessorInvoker, EmbeddedResourcesAssembler) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。PersistentEntityJackson2Module
PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier - org.springframework.data.rest.webmvc.json のクラス
PersistentEntity の関連付けプロパティにカスタム PersistentEntityJackson2Module.UriStringDeserializer を登録する BeanDeserializerModifier
PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier.ValueInstantiatorCustomizer - org.springframework.data.rest.webmvc.json のクラス
BeanDeserializerModifier をサポートする ValueInstantiator に追加登録するためにカスタマイズされた CreatorProperty インスタンスの高度なカスタマイズ。
PersistentEntityJackson2Module.LookupObjectSerializer - org.springframework.data.rest.webmvc.json のクラス
PersistentEntityJackson2Module.UriStringDeserializer - org.springframework.data.rest.webmvc.json のクラス
StringSE 値を URI として解釈し、UriToEntityConverter を使用して解決するカスタム JsonDeserializer
PersistentEntityProjector - org.springframework.data.rest.webmvc.support のクラス
Projector は、指定されたソース型の名前で射影を検索します。
PersistentEntityProjector(ProjectionDefinitions, ProjectionFactory, String, ResourceMappings) - クラス org.springframework.data.rest.webmvc.support. PersistentEntityProjector のコンストラクター
指定された ProjectionDefinitionsProjectionFactory、射影名を使用して、新しい PersistentEntityProjector を作成します。
PersistentEntityResource - org.springframework.data.rest.webmvc のクラス
エンティティの PersistentEntity メタデータへの参照を保持する Spring HATEOAS EntityModel サブクラス。
PersistentEntityResource.Builder - org.springframework.data.rest.webmvc のクラス
PersistentEntityResource インスタンスを作成するビルダー。
PersistentEntityResourceAssembler - org.springframework.data.rest.webmvc のクラス
RepresentationModelAssembler は、任意のドメインオブジェクトの PersistentEntityResource を作成します。
PersistentEntityResourceAssembler(PersistentEntities, Projector, Associations, SelfLinkProvider) - クラス org.springframework.data.rest.webmvc. PersistentEntityResourceAssembler のコンストラクター
指定された PersistentEntitiesProjectorAssociationsSelfLinkProvider に対して新しい PersistentEntityResourceAssembler を作成します。
PersistentEntityResourceAssemblerArgumentResolver - org.springframework.data.rest.webmvc.config のクラス
PersistentEntityResourceAssemblerArgumentResolver(PersistentEntities, SelfLinkProvider, ProjectionDefinitions, ProjectionFactory, Associations) - クラス org.springframework.data.rest.webmvc.config. PersistentEntityResourceAssemblerArgumentResolver のコンストラクター
PersistentEntityResourceHandlerMethodArgumentResolver - org.springframework.data.rest.webmvc.config のクラス
PersistentEntityResource インスタンスを作成するためのカスタム HandlerMethodArgumentResolver
PersistentEntityResourceHandlerMethodArgumentResolver(List<HttpMessageConverter<?>>, RootResourceInformationHandlerMethodArgumentResolver, BackendIdHandlerMethodArgumentResolver, DomainObjectReader, PluginRegistry<EntityLookup<?>, Class<?>>, BindContextFactory) - クラス org.springframework.data.rest.webmvc.config. PersistentEntityResourceHandlerMethodArgumentResolver のコンストラクター
PersistentEntityResourceProcessor - org.springframework.data.rest.webmvc.support のクラス
PersistentEntityResourceProcessor(Repositories, List<RepresentationModelProcessor<EntityModel<?>>>) - クラス org.springframework.data.rest.webmvc.support. PersistentEntityResourceProcessor のコンストラクター
PersistentEntityToJsonSchemaConverter - org.springframework.data.rest.webmvc.json のクラス
PersistentEntityJsonSchema インスタンスを作成するためのコンバーター。
PersistentEntityToJsonSchemaConverter(PersistentEntities, Associations, MessageResolver, ObjectMapper, RepositoryRestConfiguration, PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory) - クラス org.springframework.data.rest.webmvc.json. PersistentEntityToJsonSchemaConverter のコンストラクター
指定された PersistentEntities および ResourceMappings の新しい PersistentEntityToJsonSchemaConverter を作成します。
PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory - org.springframework.data.rest.webmvc.json のクラス
postProcess(MethodParameter, RepositoryInvoker, Class<?>, Map<String, String[]>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RootResourceInformationHandlerMethodArgumentResolver
特定のドメイン型に合わせて、特定の RepositoryInvoker をカスタマイズできる可能性があります。
postProcessAfterInitialization(Object, String) - クラス org.springframework.data.rest.core.event のメソッド。AnnotatedEventHandlerInvoker
postProcessAfterInitialization(Object, String) - クラス org.springframework.data.rest.webmvc.config のメソッド。ProjectionDefinitionRegistar
postProcessBeforeInitialization(Object, String) - クラス org.springframework.data.rest.core.event のメソッド。AnnotatedEventHandlerInvoker
prepareHeaders(Optional<PersistentEntityResource>) - クラス org.springframework.data.rest.webmvc のメソッド。HttpHeadersPreparer
指定された PersistentEntityResource に対して返されるデフォルトのヘッダーを返します。
prepareHeaders(PersistentEntity<?, ?>, Object) - クラス org.springframework.data.rest.webmvc のメソッド。HttpHeadersPreparer
指定された PersistentEntity および値に対して返されるデフォルトのヘッダーを返します。
process(PersistentEntityResource) - クラス org.springframework.data.rest.webmvc.support のメソッド。PersistentEntityResourceProcessor
process(RepositoryLinksResource) - クラス org.springframework.data.rest.webmvc のメソッド。ProfileResourceProcessor
ProfileController のベース URI へのリンクをアプリのルート URI に追加します。
PROFILE_REL - Static variable in class org.springframework.data.rest.webmvc.ProfileResourceProcessor
PROFILE_ROOT_MAPPING - Static variable in class org.springframework.data.rest.webmvc.ProfileController
ProfileController - org.springframework.data.rest.webmvc のクラス
複数の形式のメタデータを公開するプロファイルベースのコントローラー。
ProfileController(RepositoryRestConfiguration, RepositoryResourceMappings, Repositories) - クラス org.springframework.data.rest.webmvc. ProfileController のコンストラクター
RepositoryRestConfiguration のコピーでコントローラーを接続します。
profileOptions() - クラス org.springframework.data.rest.webmvc のメソッド。ProfileController
このコントローラーのオプションを一覧表示します。
profileResourceProcessor(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ProfileResourceProcessor - org.springframework.data.rest.webmvc のクラス
RepresentationModelProcessor は、ルートリソースに profile リンクを追加して、複数の形式のメタデータをポイントします。
ProfileResourceProcessor(RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc. ProfileResourceProcessor のコンストラクター
指定された RepositoryRestConfiguration で新しい ProfileResourceProcessor を作成します。
project(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。PersistentEntityProjector
project(Object) - Method in interface org.springframework.data.rest.webmvc.support.Projector
指定されたソースの射影オブジェクトを返します。
projectExcerpt(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultExcerptProjector
projectExcerpt(Object) - インターフェース org.springframework.data.rest.webmvc.support のメソッド。ExcerptProjector
指定されたソースの抜粋射影を作成します。
projectExcerpt(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。PersistentEntityProjector
Projection - Annotation Interface in org.springframework.data.rest.core.config
特定の射影型をソース型に関連付けるためのアノテーション。
projectionConfiguration() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
2.4 以降、代わりに RepositoryRestConfiguration.getProjectionConfiguration() を使用してください。
ProjectionDefinitionConfiguration - org.springframework.data.rest.core.config のクラス
名前とソース型で後で検索するために射影定義を登録するラッパークラス。
ProjectionDefinitionConfiguration() - クラス org.springframework.data.rest.core.config. ProjectionDefinitionConfiguration のコンストラクター
新しい ProjectionDefinitionConfiguration を作成します。
ProjectionDefinitionRegistar - org.springframework.data.rest.webmvc.config のクラス
RepositoryResourceMappings で定義されたすべての抜粋射影が RepositoryRestConfiguration に登録されていることを確認するための BeanPostProcessor
ProjectionDefinitionRegistar(ObjectFactory<RepositoryRestConfiguration>) - クラス org.springframework.data.rest.webmvc.config. ProjectionDefinitionRegistar のコンストラクター
指定された RepositoryRestConfiguration の新しい ProjectionDefinitionRegistar を作成します。
projectionDefinitionRegistrar(ObjectFactory<RepositoryRestConfiguration>) - Static method in class org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration
ProjectionDefinitions - Interface in org.springframework.data.rest.core.projection
ソース型と名前による射影インターフェースのルックアップを可能にするインターフェース。
Projector - Interface in org.springframework.data.rest.webmvc.support
オブジェクトの射影を作成できるコンポーネントのインターフェース。
PropertyAwareResourceMapping - Interface in org.springframework.data.rest.core.mapping

R

read(InputStream, T, ObjectMapper) - クラス org.springframework.data.rest.webmvc.json のメソッド。DomainObjectReader
指定された入力ストリームを ObjectNode に読み込み、それを指定された既存のインスタンスに適用します。
read(Class<? extends RepresentationModel<?>>, HttpInputMessage) - クラス org.springframework.data.rest.webmvc.convert のメソッド。UriListHttpMessageConverter
readPut(ObjectNode, T, ObjectMapper) - クラス org.springframework.data.rest.webmvc.json のメソッド。DomainObjectReader
指定されたソースノードを指定されたターゲットオブジェクトに読み取り、PUT セマンティクスを明示的に適用します。
reference - Variable in class org.springframework.data.rest.webmvc.json.JsonSchema.JsonSchemaProperty
registerFormattingPatternFor(String, Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
指定された値型の指定されたフォーマットパターンを登録します。
registerJsonSchemaFormat(JsonSchemaFormat, Class<?>...) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
rel() - Element in annotation interface org.springframework.data.rest.core.annotation.RestResource
このリソースへのリンクを生成するときに使用する rel 値。
removeLeadingSlash(String) - Static method in class org.springframework.data.rest.core.support.ResourceStringUtils
スラッシュがある場合は、先頭にスラッシュを付けずに文字列を返します。
repoRequestArgumentResolver(Repositories, ResourceMetadataHandlerMethodArgumentResolver, RepositoryInvokerFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
リクエストの処理に必要なすべての情報をまとめる便利なリゾルバー。
repositories() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
RepositoryConstraintViolationException - Exception in org.springframework.data.rest.core
Spring Validator がエラーをスローしたときにスローされる例外。
RepositoryConstraintViolationException(Errors) - Constructor for exception org.springframework.data.rest.core.RepositoryConstraintViolationException
RepositoryConstraintViolationExceptionMessage - org.springframework.data.rest.webmvc.support のクラス
RepositoryConstraintViolationExceptionMessage(RepositoryConstraintViolationException, MessageSourceAccessor) - クラス org.springframework.data.rest.webmvc.support. RepositoryConstraintViolationExceptionMessage のコンストラクター
RepositoryConstraintViolationExceptionMessage.ValidationError - org.springframework.data.rest.webmvc.support のクラス
RepositoryController - org.springframework.data.rest.webmvc のクラス
リポジトリリソースへのリンクを公開するルートリソースのコントローラー。
RepositoryController(Repositories, RepositoryEntityLinks, ResourceMappings) - クラス org.springframework.data.rest.webmvc. RepositoryController のコンストラクター
指定された RepositoriesEntityLinks および ResourceMappings の新しい RepositoryController を作成します。
RepositoryDetectionStrategy - Interface in org.springframework.data.rest.core.mapping
特定のリポジトリを Spring Data REST によってエクスポートするかどうかを決定するための戦略。
RepositoryDetectionStrategy.RepositoryDetectionStrategies - org.springframework.data.rest.core.mapping の Enum クラス
リポジトリの公開を決定するためのさまざまな戦略。
RepositoryEntityLinks - org.springframework.data.rest.webmvc.support のクラス
Spring Data REST によって管理されるドメインクラスに対して Link を作成できる EntityLinks 実装。
RepositoryEntityLinks(Repositories, ResourceMappings, RepositoryRestConfiguration, PagingAndSortingTemplateVariables, PluginRegistry<BackendIdConverter, Class<?>>) - クラス org.springframework.data.rest.webmvc.support. RepositoryEntityLinks のコンストラクター
RepositoryEntityLinks(Repositories, ResourceMappings, RepositoryRestConfiguration, Lazy<PagingAndSortingTemplateVariables>, PluginRegistry<BackendIdConverter, Class<?>>) - クラス org.springframework.data.rest.webmvc.support. RepositoryEntityLinks のコンストラクター
RepositoryEvent - org.springframework.data.rest.core.event のクラス
REST エクスポーターによって発行されたイベントの抽象基本クラス。
RepositoryEvent(Object) - クラス org.springframework.data.rest.core.event. RepositoryEvent のコンストラクター
RepositoryEventHandler - Annotation Interface in org.springframework.data.rest.core.annotation
これでアノテーションが付けられたクラスがイベントハンドラーであることをアドバタイズします。
repositoryExporterHandlerAdapter(ObjectProvider<Validator>, List<HttpMessageConverter<?>>, AlpsJsonHttpMessageConverter, SelfLinkProvider, PersistentEntityResourceHandlerMethodArgumentResolver, PersistentEntityResourceAssemblerArgumentResolver, RootResourceInformationHandlerMethodArgumentResolver, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
提供されたコントローラークラスで定義されたハンドラーメソッドのみを認識する特別な HandlerAdapter
repositoryInvokerFactory() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
RepositoryLinkBuilder - org.springframework.data.rest.webmvc.support のクラス
LinkBuilder リポジトリを指すリンクを作成できるようになります。
RepositoryLinkBuilder(ResourceMetadata, BaseUri) - クラス org.springframework.data.rest.webmvc.support. RepositoryLinkBuilder のコンストラクター
指定された ResourceMetadata とベース URISE を使用して新しい RepositoryLinkBuilder を作成します。
RepositoryLinksResource - org.springframework.data.rest.webmvc のクラス
リポジトリに公開されているコレクションリソースを指すリンクを表す専用のリソース型。
RepositoryLinksResource() - クラス org.springframework.data.rest.webmvc. RepositoryLinksResource のコンストラクター
repositoryRelProvider(ObjectFactory<ResourceMappings>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
RepositoryRelProvider - org.springframework.data.rest.core.support のクラス
登録されたリポジトリの ResourceMappings に基づいた LinkRelationProvider
RepositoryRelProvider(ObjectFactory<ResourceMappings>) - クラス org.springframework.data.rest.core.support. RepositoryRelProvider のコンストラクター
指定された ResourceMappings の新しい RepositoryRelProvider を作成します。
RepositoryResourceMappings - org.springframework.data.rest.core.mapping のクラス
中央抽象化は、ドメイン型とリポジトリの ResourceMetadata および ResourceMapping インスタンスを取得します。
RepositoryResourceMappings(Repositories, PersistentEntities, RepositoryRestConfiguration) - クラス org.springframework.data.rest.core.mapping. RepositoryResourceMappings のコンストラクター
指定された RepositoryRestConfigurationPersistentEntitiesRepositories から新しい RepositoryResourceMappings を作成します。
repositoryRestConfiguration() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
REST エクスポーターの主な構成。
RepositoryRestConfiguration - org.springframework.data.rest.core.config のクラス
Spring Data REST 構成オプション。
RepositoryRestConfiguration(ProjectionDefinitionConfiguration, MetadataConfiguration, EnumTranslationConfiguration) - クラス org.springframework.data.rest.core.config. RepositoryRestConfiguration のコンストラクター
指定された ProjectionDefinitionConfiguration で新しい RepositoryRestConfiguration を作成します。
RepositoryRestConfigurer - Interface in org.springframework.data.rest.webmvc.config
Spring Data REST のセットアップを構成およびカスタマイズするためのコンポーネント。
RepositoryRestController - Annotation Interface in org.springframework.data.rest.webmvc
Spring Data REST によって提供される Spring MVC コントローラーを区別するためのアノテーション。
RepositoryRestDispatcherServlet - org.springframework.data.rest.webmvc のクラス
特定のエクスポーターコンポーネントが認識できる特別な DispatcherServlet サブクラス。
RepositoryRestDispatcherServlet() - クラス org.springframework.data.rest.webmvc. RepositoryRestDispatcherServlet のコンストラクター
RepositoryRestDispatcherServlet(WebApplicationContext) - クラス org.springframework.data.rest.webmvc. RepositoryRestDispatcherServlet のコンストラクター
repositoryRestExceptionHandler() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
RepositoryRestExceptionHandler - org.springframework.data.rest.webmvc のクラス
Spring Data REST コントローラーの例外ハンドラー。
RepositoryRestExceptionHandler(MessageSource) - クラス org.springframework.data.rest.webmvc. RepositoryRestExceptionHandler のコンストラクター
指定された MessageSource を使用して新しい RepositoryRestExceptionHandler を作成します。
RepositoryRestHandlerAdapter - org.springframework.data.rest.webmvc のクラス
REST エクスポーターコントローラーで使用されるコントローラーメソッドパラメーターの引数リゾルバーをいくつか追加する RequestMappingHandlerAdapter 実装。
RepositoryRestHandlerAdapter(List<HandlerMethodArgumentResolver>) - クラス org.springframework.data.rest.webmvc. RepositoryRestHandlerAdapter のコンストラクター
指定された HandlerMethodArgumentResolver を使用して新しい RepositoryRestHandlerAdapter を作成します。
RepositoryRestHandlerMapping - org.springframework.data.rest.webmvc のクラス
Repository がその URL パスセグメントにエクスポートされた場合にのみハンドラーメソッドを見つける RequestMappingHandlerMapping 実装。
RepositoryRestHandlerMapping(ResourceMappings, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc. RepositoryRestHandlerMapping のコンストラクター
指定された ResourceMappings および RepositoryRestConfiguration の新しい RepositoryRestHandlerMapping を作成します。
RepositoryRestHandlerMapping(ResourceMappings, RepositoryRestConfiguration, Repositories) - クラス org.springframework.data.rest.webmvc. RepositoryRestHandlerMapping のコンストラクター
指定された ResourceMappings RepositoryRestConfiguration および Repositories に対して新しい RepositoryRestHandlerMapping を作成します。
RepositoryRestMvcConfiguration - org.springframework.data.rest.webmvc.config のクラス
Spring Data REST の主なアプリケーション構成。
RepositoryRestMvcConfiguration(ApplicationContext, ObjectFactory<ConversionService>, ObjectProvider<LinkRelationProvider>, ObjectProvider<CurieProvider>, ObjectProvider<HalConfiguration>, ObjectProvider<ObjectMapper>, ObjectProvider<RepresentationModelProcessorInvoker>, ObjectProvider<MessageResolver>, ObjectProvider<GeoModule>, ObjectProvider<PathPatternParser>) - クラス org.springframework.data.rest.webmvc.config. RepositoryRestMvcConfiguration のコンストラクター
RepositoryRestResource - Annotation Interface in org.springframework.data.rest.core.annotation
これで Repository にアノテーションを付けて、エクスポートマッピングとリリースをカスタマイズします。
RepositoryRestResource.None - org.springframework.data.rest.core.annotation のクラス
RepositorySearchesResource - org.springframework.data.rest.webmvc のクラス
カスタム RepresentationModelProcessor を記述して、Spring Data リポジトリクエリメソッド用に自動的に公開されるリンクにリンクを追加できるカスタム RepresentationModel 型。
RepresentationModelAssemblers - org.springframework.data.rest.webmvc のクラス
コントローラーからのすべての RepresentationModelAssemblers に依存する必要を回避するための、さまざまな RepresentationModelAssemblers のラッパー。
RepresentationModelAssemblers(PagedResourcesAssembler<Object>, SlicedResourcesAssembler<Object>, PersistentEntityResourceAssembler) - クラス org.springframework.data.rest.webmvc. RepresentationModelAssemblers のコンストラクター
RepresentationModelAssemblersArgumentResolver - org.springframework.data.rest.webmvc.config のクラス
ResolvableResourceDescriptionSupport - org.springframework.data.rest.core.mapping のクラス
ResourceDescriptionMessageSourceResolvable 部分のアダプタークラス。
ResolvableResourceDescriptionSupport() - クラス org.springframework.data.rest.core.mapping. ResolvableResourceDescriptionSupport のコンストラクター
resolve(Method, NativeWebRequest) - クラス org.springframework.data.rest.webmvc.support のメソッド。DomainClassResolver
NativeWebRequest に関連付けられているドメインクラスを解決します
resolveAggregate() - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
基礎となる URI を完全な集約に解決し、構成された識別子エクストラクターを適用する可能性があります。
resolveAggregate() - クラス org.springframework.data.rest.core のメソッド。ResolvingAggregateReference
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。PersistentEntityResourceAssemblerArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。PersistentEntityResourceHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepresentationModelAssemblersArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。ResourceMetadataHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.config のメソッド。RootResourceInformationHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwareDefaultedPageableArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwarePageableArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwareSortArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.support のメソッド。BackendIdHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageableHandlerMethodArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.data.rest.webmvc.support.ETagArgumentResolver
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in enum class org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver
resolveAssociation() - インターフェース org.springframework.data.rest.core のメソッド。AssociationAggregateReference
基礎となる URI を Association に解決し、構成された識別子エクストラクターを適用する可能性があります。
resolveId() - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
基になる URI を集約識別子に解決し、登録された識別子エクストラクターを適用する可能性があります。
resolveId() - クラス org.springframework.data.rest.core のメソッド。ResolvingAggregateReference
resolveRequiredAggregate() - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
基礎となる URI を完全な集約に解決し、構成された識別子エクストラクターを適用する可能性があります。
resolveRequiredAssociation() - インターフェース org.springframework.data.rest.core のメソッド。AssociationAggregateReference
基礎となる URI を Association に解決し、構成された識別子エクストラクターを適用する可能性があります。
resolveRequiredId() - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
基になる URI を集約識別子に解決し、登録された識別子エクストラクターを適用する可能性があります。
ResolvingAggregateReference< T ,ID> - Class in org.springframework.data.rest.core
FunctionSE または固定値に指定されたソース URI を解決する AggregateReference 実装。
ResolvingAggregateReference(URI, Function<Object, ? extends T>, Function<Object, ? extends ID>) - クラス org.springframework.data.rest.core. ResolvingAggregateReference のコンストラクター
指定された URISE に対して新しい ResolvingAggregateReference を作成し、最終的に指定されたリゾルバー関数に対して最終値を解決します。
ResolvingAggregateReference(URI, Function<Object, ? extends T>, Function<Object, ? extends ID>, Function<URI, ? extends Object>) - クラス org.springframework.data.rest.core. ResolvingAggregateReference のコンストラクター
ResolvingAggregateReference(URI, T, ID) - クラス org.springframework.data.rest.core. ResolvingAggregateReference のコンストラクター
指定された固定値で解決される指定された URISE に対して新しい ResolvingAggregateReference を作成します。
RESOURCE_PROFILE_MAPPING - Static variable in class org.springframework.data.rest.webmvc.ProfileController
ResourceDescription - Interface in org.springframework.data.rest.core.mapping
リソースの説明。
resourceLink(EntityModel<?>) - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
ResourceMapping - org.springframework.data.rest.core.config のクラス
使用すべきではありません。
ResourceMapping - Interface in org.springframework.data.rest.core.mapping
REST リソースとしてエクスポートされるコンポーネントのマッピング情報。
ResourceMapping() - クラス org.springframework.data.rest.core.config. ResourceMapping のコンストラクター
使用すべきではありません。
ResourceMapping(Class<?>) - クラス org.springframework.data.rest.core.config. ResourceMapping のコンストラクター
使用すべきではありません。
ResourceMapping(String, String) - クラス org.springframework.data.rest.core.config. ResourceMapping のコンストラクター
使用すべきではありません。
ResourceMapping(String, String, boolean) - クラス org.springframework.data.rest.core.config. ResourceMapping のコンストラクター
使用すべきではありません。
ResourceMappingConfiguration - org.springframework.data.rest.core.config のクラス
エクスポートされるリソースの ResourceMapping 構成を管理します。
ResourceMappingConfiguration() - クラス org.springframework.data.rest.core.config. ResourceMappingConfiguration のコンストラクター
resourceMappings(Repositories, PersistentEntities, RepositoryRestConfiguration) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ResourceMappings - Interface in org.springframework.data.rest.core.mapping
ResourceMappingUtils - org.springframework.data.rest.core.support のクラス
使用すべきではありません。
3.5 での削除用
ResourceMappingUtils() - クラス org.springframework.data.rest.core.support. ResourceMappingUtils のコンストラクター
使用すべきではありません。
ResourceMetadata - Interface in org.springframework.data.rest.core.mapping
システムを通じて公開されるリソースのメタデータのインターフェース。
resourceMetadataHandlerMethodArgumentResolver(Repositories, RepositoryResourceMappings, BaseUri) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
ResourceMetadataHandlerMethodArgumentResolver - org.springframework.data.rest.webmvc.config のクラス
ResourceMetadata インスタンスを作成するための HandlerMethodArgumentResolver
ResourceMetadataHandlerMethodArgumentResolver(Repositories, ResourceMappings, BaseUri) - クラス org.springframework.data.rest.webmvc.config. ResourceMetadataHandlerMethodArgumentResolver のコンストラクター
指定された Repositories および ResourceMappings の新しい ResourceMetadataHandlerMethodArgumentResolver を作成します。
ResourceNotFoundException - Exception in org.springframework.data.rest.webmvc
リソースが見つからなかったことを示します。
ResourceNotFoundException() - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
ResourceNotFoundException(String) - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
ResourceNotFoundException(String, Throwable) - Constructor for exception org.springframework.data.rest.webmvc.ResourceNotFoundException
ResourceStringUtils - org.springframework.data.rest.core.support のクラス
リソースの文字列表現の処理を目的としたヘルパーメソッド。
ResourceStringUtils() - クラス org.springframework.data.rest.core.support. ResourceStringUtils のコンストラクター
ResourceType - Enum Class in org.springframework.data.rest.core.mapping
サポートされているすべてのリソース型を一覧表示する列挙型。
RestControllerConfiguration - org.springframework.data.rest.webmvc のクラス
リクエストマッピングを beans として宣言する必要な components を登録する構成クラス。
restHandlerMapping(Repositories, RepositoryResourceMappings, Optional<JpaHelper>, RepositoryRestConfiguration, CorsConfigurationAware) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
リクエストを Spring Data REST コントローラーに委譲する HandlerMapping
RestMediaTypes - org.springframework.data.rest.webmvc のクラス
サポートされているメディア型を参照する定数。
RestMediaTypes() - クラス org.springframework.data.rest.webmvc. RestMediaTypes のコンストラクター
RestResource - Annotation Interface in org.springframework.data.rest.core.annotation
Repository にこれでアノテーションを付けて、エクスポート方法とリンク内の rel 属性の値に影響を与えます。
returnBodyOnCreate(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
指定された accept ヘッダーを考慮してエンティティを作成した後にレスポンス本文を返すかどうか。
returnBodyOnDelete(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
指定された accept ヘッダーを考慮してエンティティを削除した後にレスポンス本文を返すかどうか。
returnBodyOnUpdate(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
指定された accept ヘッダーを考慮してエンティティを更新した後にレスポンス本文を返すかどうか。
RootResourceInformation - org.springframework.data.rest.webmvc のクラス
ルートリポジトリリソースに関するメタ情報。
RootResourceInformation(ResourceMetadata, PersistentEntity<?, ?>, RepositoryInvoker) - クラス org.springframework.data.rest.webmvc. RootResourceInformation のコンストラクター
RootResourceInformationHandlerMethodArgumentResolver - org.springframework.data.rest.webmvc.config のクラス
HandlerMethodArgumentResolver は、Spring MVC コントローラーメソッドに注入するための RootResourceInformation を作成します。
RootResourceInformationHandlerMethodArgumentResolver(Repositories, RepositoryInvokerFactory, ResourceMetadataHandlerMethodArgumentResolver) - クラス org.springframework.data.rest.webmvc.config. RootResourceInformationHandlerMethodArgumentResolver のコンストラクター
RootResourceInformationToAlpsDescriptorConverter - org.springframework.data.rest.webmvc.alps のクラス
RootResourceInformation 用の Alps Descriptor インスタンスを作成するコンバーター。
RootResourceInformationToAlpsDescriptorConverter(Associations, Repositories, PersistentEntities, EntityLinks, MessageResolver, RepositoryRestConfiguration, ObjectMapper, EnumTranslator) - クラス org.springframework.data.rest.webmvc.alps. RootResourceInformationToAlpsDescriptorConverter のコンストラクター

S

SCHEMA_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
SCHEMA_JSON_VALUE - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
SearchResourceMappings - org.springframework.data.rest.core.mapping のクラス
すべての検索リソースの ResourceMapping
SearchResourceMappings(List<MethodResourceMapping>) - クラス org.springframework.data.rest.core.mapping. SearchResourceMappings のコンストラクター
指定されたものから新しい SearchResourceMappings を作成します
selfLinkProvider(PersistentEntities, RepositoryEntityLinks, ObjectProvider<ConversionService>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
SelfLinkProvider - Interface in org.springframework.data.rest.core.support
エンティティインスタンスの自己リンクを作成するコンポーネント。
serialize(Enum, JsonGenerator, SerializerProvider) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonSerializers.EnumTranslatingSerializer
serialize(Object, JsonGenerator, SerializerProvider) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityJackson2Module.LookupObjectSerializer
setAlpsEnabled(boolean) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
ALPS リソースを公開するかどうかを構成します。
setBasePath(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
リポジトリリソースを公開するために Spring Data REST が使用するベースパスを設定します。
setBeanClassLoader(ClassLoader) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
setBeanFactory(BeanFactory) - クラス org.springframework.data.rest.webmvc.support のメソッド。JpaHelper
setDefaultMediaType(MediaType) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
何も指定されていない場合にデフォルトとして使用するように MediaType を設定します。
setDefaultPageSize(int) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
Pageable のデフォルトサイズを設定します。
setEmbeddedValueResolver(StringValueResolver) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
setEmbeddedValueResolver(StringValueResolver) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
setEnableDefaultTranslation(boolean) - インターフェース org.springframework.data.rest.core.config のメソッド。EnumTranslationConfiguration
列挙型名のデフォルトの変換を適用するかどうかを構成します。
setEnableDefaultTranslation(boolean) - クラス org.springframework.data.rest.webmvc.json のメソッド。EnumTranslator
setEnableEnumTranslation(boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
Spring Data REST デフォルトリソースバンドルを介して列挙値変換を有効にするかどうかを設定します。
setExported(boolean) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
setExposeRepositoryMethodsByDefault(boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
デフォルトでリポジトリメソッドを公開するかどうかを設定します。
setJpaHelper(JpaHelper) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerMapping
setLimitParamName(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
一度に返す結果の数を示す URL クエリ文字列パラメーターの名前を設定します。
setLinkRelationProvider(LinkRelationProvider) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
リポジトリの LinkRelation デフォルトを計算するために使用される LinkRelationProvider を構成します。
setMaxPageSize(int) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
ページの最大サイズを設定します。
setOmitUnresolvableDescriptionKeys(boolean) - クラス org.springframework.data.rest.core.config のメソッド。MetadataConfiguration
解決できないリソースバンドルキーのドキュメント属性を省略するかどうかを構成します。
setPageParamName(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
返すページを示す URL クエリ文字列パラメーターの名前を設定します。
setParameterName(String) - クラス org.springframework.data.rest.core.config のメソッド。ProjectionDefinitionConfiguration
返される射影名を受け入れるために使用されるリクエストパラメーター名を構成します。
setParseEnumNameAsFallback(boolean) - インターフェース org.springframework.data.rest.core.config のメソッド。EnumTranslationConfiguration
解析時に生の列挙型名を常に受け入れるかどうかを構成します。
setParseEnumNameAsFallback(boolean) - クラス org.springframework.data.rest.webmvc.json のメソッド。EnumTranslator
setPath(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
setRel(String) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
setRelProvider(LinkRelationProvider) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 以降、代わりに RepositoryRestConfiguration.setLinkRelationProvider(LinkRelationProvider) を使用してください。
setRepositoryDetectionStrategy(RepositoryDetectionStrategy) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
どのリポジトリが公開されるかを決定するために使用される RepositoryDetectionStrategy を構成します。
setResourceMappingFor(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。ResourceMappingConfiguration
setResourceMappingForDomainType(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
setResourceMappingForRepository(Class<?>) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
使用すべきではありません。
3.5 での削除用
setReturnBodyForPutAndPost(Boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
すべての PUT および POST リクエスト、つまりエンティティの作成と更新の両方に対して返されるレスポンス本文をアクティブ化するための便利なメソッド。
setReturnBodyOnCreate(Boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
エンティティの作成後にレスポンス本文を返すかどうかを設定します。
setReturnBodyOnDelete(Boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
エンティティを削除した後にレスポンスボディを返すかどうかを設定します。
setReturnBodyOnUpdate(Boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
エンティティの更新後にレスポンス本文を返すかどうかを設定します。
setSortParamName(String) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
結果を並べ替える方向を示す URL クエリ文字列パラメーターの名前を設定します。
setValidators(Map<String, Collection<Validator>>) - クラス org.springframework.data.rest.core.event のメソッド。ValidatingRepositoryEventListener
さまざまな RepositoryEvent に割り当てられている Validator のマップを割り当てます。
SimpleRelProvider - org.springframework.data.rest.core.support のクラス
SimpleRelProvider() - クラス org.springframework.data.rest.core.support. SimpleRelProvider のコンストラクター
SimpleResourceDescription - org.springframework.data.rest.core.mapping のクラス
SimpleResourceDescription(String, MediaType) - クラス org.springframework.data.rest.core.mapping. SimpleResourceDescription のコンストラクター
指定されたメッセージと MediaType を使用して新しい SimpleResourceDescription を作成します。
size() - Method in class org.springframework.data.rest.webmvc.json.patch.Patch
slash(Object) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryLinkBuilder
slash(String) - Method in class org.springframework.data.rest.core.Path
指定された StringSE を現在の Path に追加します。
slash(PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryLinkBuilder
slash(Path) - Method in class org.springframework.data.rest.core.Path
sortResolver() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
SortTranslator(PersistentEntities, ObjectMapper, Associations) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。JacksonMappingAwareSortTranslator.SortTranslator
SPRING_DATA_COMPACT_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
SPRING_DATA_COMPACT_JSON_VALUE - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
SPRING_DATA_VERBOSE_JSON - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
StaticResourceProvider - Interface in org.springframework.data.rest.webmvc.config
静的リソースルートを追加する拡張機能を登録できるようにする SPI。
StringToLdapNameConverter - Enum Class in org.springframework.data.rest.core
StringSELdapNameSE に変換するための Converter
SupportedHttpMethods - Interface in org.springframework.data.rest.core.mapping
特定の ResourceType でサポートされている HttpMethod を検出するための API。
SupportedHttpMethods.NoSupportedMethods - org.springframework.data.rest.core.mapping の Enum クラス
HTTP メソッドのサポートがないことを抽象化する null オブジェクト。
supports(Class<?>) - クラス org.springframework.data.rest.core.support のメソッド。EntityLookupSupport
supports(Class<?>) - 列挙クラス org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter のメソッド
supports(Class<?>) - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryEntityLinks
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - クラス org.springframework.data.rest.webmvc.alps のメソッド。AlpsJsonHttpMessageConverter
supports(LinkRelationProvider.LookupContext) - クラス org.springframework.data.rest.core.support のメソッド。RepositoryRelProvider
supports(LinkRelationProvider.LookupContext) - クラス org.springframework.data.rest.core.support のメソッド。SimpleRelProvider
supportsInternal(HandlerMethod) - クラス org.springframework.data.rest.webmvc のメソッド。RepositoryRestHandlerAdapter
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.config のメソッド。PersistentEntityResourceAssemblerArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.config のメソッド。PersistentEntityResourceHandlerMethodArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepresentationModelAssemblersArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.config のメソッド。ResourceMetadataHandlerMethodArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.config のメソッド。RootResourceInformationHandlerMethodArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwareDefaultedPageableArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwarePageableArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.json のメソッド。MappingAwareSortArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.support のメソッド。BackendIdHandlerMethodArgumentResolver
supportsParameter(MethodParameter) - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageableHandlerMethodArgumentResolver
supportsParameter(MethodParameter) - Method in class org.springframework.data.rest.webmvc.support.ETagArgumentResolver
supportsParameter(MethodParameter) - Method in enum class org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver

T

TEXT_URI_LIST - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
TEXT_URI_LIST_VALUE - Static variable in class org.springframework.data.rest.webmvc.RestMediaTypes
toEmptyResponse(HttpStatus) - Static method in class org.springframework.data.rest.webmvc.ControllerUtils
ステータスのみで構成される空のレスポンスを返す
toEmptyResponse(HttpStatus, HttpHeaders) - Static method in class org.springframework.data.rest.webmvc.ControllerUtils
ヘッダーとステータスのみで構成される空のレスポンスを返します
toFullResource(Object) - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResourceAssembler
基になる Projector を使用して、オブジェクト全体を PersistentEntityResource として返します。
toMap(MultiValueMap<K, V>) - Static method in interface org.springframework.data.rest.core.util.MapUtils
MultiValueMap を同等の MapSE に変換します。
toModel(Object) - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResourceAssembler
toRequestId(Serializable, Class<?>) - 列挙クラス org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter のメソッド
toRequestId(Serializable, Class<?>) - インターフェース org.springframework.data.rest.webmvc.spi のメソッド。BackendIdConverter
指定された ID を持つ指定された型のエンティティを指すために生成された URI で使用される ID を返します。
toResponseEntity(HttpStatus, HttpHeaders, Optional<R>) - Static method in class org.springframework.data.rest.webmvc.ControllerUtils
toResponseEntity(HttpStatus, HttpHeaders, R) - Static method in class org.springframework.data.rest.webmvc.ControllerUtils
リソースを ResponseEntity としてラップし、指定されたヘッダーとステータスを添付します。
toSet() - インターフェース org.springframework.data.rest.core.mapping のメソッド。HttpMethods
基になるすべての HttpMethod の変更不可能な SetSE を返します。
toString() - Method in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
toString() - クラス org.springframework.data.rest.core.config のメソッド。ResourceMapping
使用すべきではありません。
toString() - Method in class org.springframework.data.rest.core.Path
toString() - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
toString() - Method in class org.springframework.data.rest.webmvc.support.ETag
toString() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryConstraintViolationExceptionMessage.ValidationError
translateSort(Sort, MethodParameter, NativeWebRequest) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMappingAwareSortTranslator
Sort 内の Jackson フィールド名を PersistentProperty プロパティ名に変換します。
translateSort(Sort, PersistentEntity<?, ?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JacksonMappingAwareSortTranslator.SortTranslator
Sort オーダーを Jackson マップフィールド名から PersistentProperty 名に変換します。
- クラス org.springframework.data.rest.webmvc.json の変数。JsonSchema.JsonSchemaProperty
TypedResourceDescription - org.springframework.data.rest.core.mapping のクラス
合理的なデフォルトメッセージを作成できる可能性がある型を追加でキャプチャーする SimpleResourceDescription
types() - Element in annotation interface org.springframework.data.rest.core.config.Projection
射影型がバインドされている型。

U

uniqueItems - クラス org.springframework.data.rest.webmvc.json の変数。JsonSchema.JsonSchemaProperty
unpagedIfDefault() - クラス org.springframework.data.rest.webmvc.support のメソッド。DefaultedPageable
含まれている Pageable がデフォルトの場合、Pageable.unpaged() を返します。
UnwrappingRepositoryInvokerFactory - org.springframework.data.rest.core.support のクラス
デリゲートから返された RepositoryInvokerFactory を、JDK 8OptionalSE および Guava Optional を自動的にアンラップする RepositoryInvokerFactory でラップします。
UnwrappingRepositoryInvokerFactory(RepositoryInvokerFactory, List<? extends EntityLookup<?>>) - クラス org.springframework.data.rest.core.support. UnwrappingRepositoryInvokerFactory のコンストラクター
updateBuilder(DeserializationConfig, BeanDescription, BeanDeserializerBuilder) - クラス org.springframework.data.rest.webmvc.json のメソッド。PersistentEntityJackson2Module.AssociationUriResolvingDeserializerModifier
URI - Enum constant in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
uriListHttpMessageConverter() - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
テキスト / URI リストレスポンスの作成に使用される HttpMessageConverter
UriListHttpMessageConverter - org.springframework.data.rest.webmvc.convert のクラス
Converter は、RepresentationModel に含まれるすべての Link を text/uri-list としてレンダリングし、そのメディア型のリクエストを解析して RepresentationModel インスタンスに戻します。
UriListHttpMessageConverter() - クラス org.springframework.data.rest.webmvc.convert. UriListHttpMessageConverter のコンストラクター
UriStringDeserializer(Class<?>, UriToEntityConverter) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。PersistentEntityJackson2Module.UriStringDeserializer
指定された UriToEntityConverter を使用して、指定された PersistentProperty の新しい PersistentEntityJackson2Module.UriStringDeserializer を作成します。
UriToEntityConverter - org.springframework.data.rest.core のクラス
URISE をエンティティに変換できる GenericConverter
UriToEntityConverter(PersistentEntities, RepositoryInvokerFactory, Supplier<ConversionService>) - クラス org.springframework.data.rest.core. UriToEntityConverter のコンストラクター
指定された PersistentEntitiesRepositoryInvokerFactoryRepositories を使用して新しい UriToEntityConverter を作成します。
UriUtils - org.springframework.data.rest.webmvc.util のクラス
リクエストと URI を処理するユーティリティメソッド。
useHalAsDefaultJsonMediaType() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
application/json でリクエストされた場合に、HAL がプライマリ表現として機能するかどうかを返します。
useHalAsDefaultJsonMediaType(boolean) - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
application/json でリクエストされた場合に、HAL をプライマリ表現として提供するかどうかを設定します。

V

validatingRepositoryEventListener(ObjectFactory<PersistentEntities>) - クラス org.springframework.data.rest.webmvc.config のメソッド。RepositoryRestMvcConfiguration
特定のドメイン型に割り当てられた Validator インスタンスを呼び出すための ApplicationListener 実装。
ValidatingRepositoryEventListener - org.springframework.data.rest.core.event のクラス
RepositoryEvent を特定の Validator にディスパッチする ApplicationListener 実装。
ValidatingRepositoryEventListener(ObjectFactory<PersistentEntities>) - クラス org.springframework.data.rest.core.event. ValidatingRepositoryEventListener のコンストラクター
指定されたリポジトリを使用して、新しい ValidatingRepositoryEventListener を作成します。
ValidationErrors - org.springframework.data.rest.core のクラス
Spring Data REST のイベントメカニズムで使用するための Errors 実装。
ValidationErrors(Object, PersistentEntities) - クラス org.springframework.data.rest.core. ValidationErrors のコンストラクター
指定されたソースオブジェクトと PersistentEntity の新しい ValidationErrors インスタンスを作成します。
value - Variable in class org.springframework.data.rest.webmvc.json.patch.PatchOperation
value() - Element in annotation interface org.springframework.data.rest.core.annotation.Description
リソースのテキストによる説明。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleAfterCreate
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleAfterDelete
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleAfterLinkDelete
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleAfterLinkSave
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleAfterSave
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleBeforeCreate
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleBeforeDelete
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleBeforeLinkDelete
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleBeforeLinkSave
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.HandleBeforeSave
使用すべきではありません。
対象のドメイン型は、アノテーション付きハンドラーメソッドの最初のパラメーターの型から派生します。
value() - Element in annotation interface org.springframework.data.rest.core.annotation.RepositoryEventHandler
使用すべきではありません。
ハンドラーが関心を持っている型は、ハンドラーメソッドの最初のパラメーターの型によって決定されます。
value() - Element in annotation interface org.springframework.data.rest.webmvc.BasePathAwareController
ハンドラーメソッドで構成されたすべてのリクエストマッピングの先頭に追加されるルートパス。
value() - Element in annotation interface org.springframework.data.rest.webmvc.RepositoryRestController
ハンドラーメソッドで構成されたすべてのリクエストマッピングの先頭に追加されるルートパス。
valueOf(String) - Static method in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.data.rest.core.mapping.ResourceType
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.data.rest.core.StringToLdapNameConverter
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - 列挙クラス org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter の静的メソッド
指定された名前でこのクラスの列挙型定数を返します。
valueOf(String) - Static method in enum class org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver
指定された名前でこのクラスの列挙型定数を返します。
values() - Static method in enum class org.springframework.data.rest.core.config.JsonSchemaFormat
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.data.rest.core.mapping.ResourceType
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.rest.core.mapping.SupportedHttpMethods.NoSupportedMethods の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.data.rest.core.StringToLdapNameConverter
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - 列挙クラス org.springframework.data.rest.webmvc.spi.BackendIdConverter.DefaultIdConverter の静的メソッド
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
values() - Static method in enum class org.springframework.data.rest.webmvc.support.HttpMethodHandlerMethodArgumentResolver
この列挙型クラスの定数を含む配列を、宣言されている順序で返します。
ValueTypeSchemaPropertyCustomizerFactory(RepositoryInvokerFactory) - クラス org.springframework.data.rest.webmvc.json のコンストラクター。PersistentEntityToJsonSchemaConverter.ValueTypeSchemaPropertyCustomizerFactory
verify(PersistentEntity<?, ?>, Object) - Method in class org.springframework.data.rest.webmvc.support.ETag
指定されたターゲット Bean に対して作成される ETag を現在の ETag で検証し、一致しない場合は ETagDoesntMatchException を発生させます。
verifyPutForCreation() - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
verifySupportedMethod(HttpMethod, PersistentProperty<?>) - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
指定された HttpMethod が指定された PersistentProperty でサポートされていることを確認します。
verifySupportedMethod(HttpMethod, ResourceType) - クラス org.springframework.data.rest.webmvc のメソッド。RootResourceInformation
指定された HttpMethod が指定された ResourceType でサポートされていることを確認します。
VISIBILITY - Enum constant in enum class org.springframework.data.rest.core.mapping.RepositoryDetectionStrategy.RepositoryDetectionStrategies
リポジトリインターフェースの可視性を考慮します。つまり、パブリックインターフェースのみが公開されます。

W

with(TypeInformation<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
指定された型を反映するように JsonSchema.JsonSchemaProperty を構成します。
withAssociationExposure(ExposureConfigurer.AssociationResourceHttpMethodsFilter) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
withAssociationExposure(ExposureConfigurer.AssociationResourceHttpMethodsFilter) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer
指定された ExposureConfigurer.AssociationResourceHttpMethodsFilter を登録します。
withCollectionExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
withCollectionExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer
指定された ExposureConfigurer.AggregateResourceHttpMethodsFilter を、収集リソースに使用するように登録します。
withConfig(BiConsumer<RepositoryRestConfiguration, CorsRegistry>) - Static method in interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
RepositoryRestConfiguration を微調整したいだけの単純な RepositoryRestConfigurer インスタンスを簡単に作成するための便利なメソッド。
withConfig(Consumer<RepositoryRestConfiguration>) - Static method in interface org.springframework.data.rest.webmvc.config.RepositoryRestConfigurer
RepositoryRestConfiguration を微調整したいだけの単純な RepositoryRestConfigurer インスタンスを簡単に作成するための便利なメソッド。
withEmbedded(Iterable<EmbeddedWrapper>) - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
指定された EmbeddedWrapper インスタンスを埋め込むようにビルダーを構成します。
withEntityLookup() - クラス org.springframework.data.rest.core.config のメソッド。RepositoryRestConfiguration
EntityLookupRegistrar を返し、構成に登録されたカスタム EntityLookup インスタンスを作成します。
withFormat(JsonSchemaFormat) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
指定された JsonSchemaFormat を現在の JsonSchema.JsonSchemaProperty で公開するように構成します。
withIdMapping(Converter<T, ID>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar.IdMappingRegistrar
指定された Converter を登録して、エンティティをその識別プロパティにマップします。
withIdSource(Function<UriComponents, Object>) - インターフェース org.springframework.data.rest.core のメソッド。AggregateReference
指定された UriComponents から識別子のソース値を解決する新しい AggregateReference を作成します。
withIdSource(Function<UriComponents, Object>) - インターフェース org.springframework.data.rest.core のメソッド。AssociationAggregateReference
withIdSource(Function<UriComponents, Object>) - クラス org.springframework.data.rest.core のメソッド。ResolvingAggregateReference
withItemExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter) - クラス org.springframework.data.rest.core.mapping のメソッド。ExposureConfiguration
withItemExposure(ExposureConfigurer.AggregateResourceHttpMethodsFilter) - インターフェース org.springframework.data.rest.core.mapping のメソッド。ExposureConfigurer
指定された ExposureConfigurer.AggregateResourceHttpMethodsFilter をアイテムリソースに使用するように登録します。
withLink(Link) - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
指定された LinkPersistentEntityResource に追加します。
withLinks(List<Link>) - クラス org.springframework.data.rest.webmvc のメソッド。PersistentEntityResource.Builder
withLookup(EntityLookupRegistrar.LookupRegistrar.Lookup<R, ID>) - インターフェース org.springframework.data.rest.core.config のメソッド。EntityLookupRegistrar.LookupRegistrar
指定された EntityLookupRegistrar.LookupRegistrar.Lookup を登録して、エンティティインスタンスを取得します。
withPattern(Pattern) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
指定された PatternSE を要求するように JsonSchema.JsonSchemaProperty を構成します。
withReadOnly() - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
withRegex(String) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
指定された正規表現をパターンとして要求するように JsonSchema.JsonSchemaProperty を構成します。
withResourceRel() - クラス org.springframework.data.rest.webmvc.support のメソッド。RepositoryLinkBuilder
withType(Class<?>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.JsonSchemaProperty
指定された型を反映するように JsonSchema.JsonSchemaProperty を構成します。
withValues(List<String>) - クラス org.springframework.data.rest.webmvc.json のメソッド。JsonSchema.EnumProperty
指定された値を公開している現在の JsonSchema.EnumProperty を返します。
write(RepresentationModel<?>, MediaType, HttpOutputMessage) - クラス org.springframework.data.rest.webmvc.convert のメソッド。UriListHttpMessageConverter
A B C D E F G H I J L M N O P R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式