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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAllowedGenericType(ParameterizedType methodGenericReturnType) Methods inherited from class ElasticsearchRepositoryMetadata
getReturnedDomainClassMethods inherited from class DefaultRepositoryMetadata
getDomainTypeInformation, getFragments, getIdTypeInformationMethods inherited from class AbstractRepositoryMetadata
getAlternativeDomainTypes, getCrudMethods, getMetadata, getRepositoryInterface, getReturnedDomainTypeInformation, getReturnType, isPagingRepository, isReactiveRepositoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RepositoryMetadata
getDomainType, getIdType
-
Constructor Details
-
ReactiveElasticsearchRepositoryMetadata
-
-
Method Details
-
isAllowedGenericType
- Overrides:
isAllowedGenericTypein classElasticsearchRepositoryMetadata
-