Class ReactiveElasticsearchRepositoryMetadata
java.lang.Object
org.springframework.data.repository.core.support.AbstractRepositoryMetadata
org.springframework.data.repository.core.support.DefaultRepositoryMetadata
org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
org.springframework.data.elasticsearch.repository.support.ReactiveElasticsearchRepositoryMetadata
- All Implemented Interfaces:
RepositoryMetadata
- Since:
- 4.0
- Author:
- Peter-Josef Meisch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isAllowedGenericType
(ParameterizedType methodGenericReturnType) Methods inherited from class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
getReturnedDomainClass
Methods inherited from class org.springframework.data.repository.core.support.DefaultRepositoryMetadata
getDomainTypeInformation, getFragments, getIdTypeInformation
Methods inherited from class org.springframework.data.repository.core.support.AbstractRepositoryMetadata
getAlternativeDomainTypes, getCrudMethods, getMetadata, getRepositoryInterface, getReturnType, isPagingRepository, isReactiveRepository
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.repository.core.RepositoryMetadata
getDomainType, getIdType
-
Constructor Details
-
ReactiveElasticsearchRepositoryMetadata
-
-
Method Details
-
isAllowedGenericType
- Overrides:
isAllowedGenericType
in classElasticsearchRepositoryMetadata
-