Package | Description |
---|---|
org.springframework.data.elasticsearch.core | |
org.springframework.data.elasticsearch.core.convert | |
org.springframework.data.elasticsearch.core.mapping |
Infrastructure for the Elasticsearch document-to-object mapping subsystem.
|
org.springframework.data.elasticsearch.repository.query | |
org.springframework.data.elasticsearch.repository.support |
Modifier and Type | Method and Description |
---|---|
ElasticsearchPersistentEntity |
ElasticsearchRestTemplate.getPersistentEntityFor(Class clazz) |
ElasticsearchPersistentEntity |
ElasticsearchOperations.getPersistentEntityFor(Class clazz) |
ElasticsearchPersistentEntity |
ElasticsearchTemplate.getPersistentEntityFor(Class clazz) |
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchEntityMapper.getMappingContext() |
Modifier and Type | Method and Description |
---|---|
protected <R> R |
ElasticsearchEntityMapper.readEntity(ElasticsearchPersistentEntity<?> entity,
Map<String,Object> source) |
protected <R> R |
ElasticsearchEntityMapper.readProperties(ElasticsearchPersistentEntity<?> entity,
R instance,
org.springframework.data.elasticsearch.core.ElasticsearchEntityMapper.ElasticsearchPropertyValueProvider valueProvider) |
protected void |
ElasticsearchEntityMapper.writeEntity(ElasticsearchPersistentEntity<?> entity,
Object source,
Map<String,Object> sink,
TypeInformation containingStructure) |
protected void |
ElasticsearchEntityMapper.writeProperties(ElasticsearchPersistentEntity<?> entity,
PersistentPropertyAccessor<?> accessor,
Map<String,Object> sink) |
Constructor and Description |
---|
DefaultEntityMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> context)
Creates a new
DefaultEntityMapper using the given MappingContext . |
DefaultResultMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
DefaultResultMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext,
EntityMapper entityMapper) |
ElasticsearchEntityMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext,
GenericConversionService conversionService) |
Modifier and Type | Method and Description |
---|---|
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
MappingElasticsearchConverter.getMappingContext() |
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchConverter.getMappingContext()
Returns the underlying
MappingContext used by the converter. |
Modifier and Type | Method and Description |
---|---|
static ElasticsearchTypeMapper |
ElasticsearchTypeMapper.create(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext)
Creates a new default
ElasticsearchTypeMapper . |
Constructor and Description |
---|
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleElasticsearchPersistentEntity<T>
Elasticsearch specific
PersistentEntity implementation holding |
Modifier and Type | Method and Description |
---|---|
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchQueryMethod.getMappingContext() |
Constructor and Description |
---|
SimpleElasticsearchEntityMetadata(Class<T> type,
ElasticsearchPersistentEntity<?> entity) |
Constructor and Description |
---|
ElasticsearchQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
ReactiveElasticsearchQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Constructor and Description |
---|
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity) |
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T> entity,
String indexName,
String type,
org.elasticsearch.index.VersionType versionType) |
Constructor and Description |
---|
ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.