| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
MappingElasticsearchConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
MappingElasticsearchConverter.getWriteComplexValue(ElasticsearchPersistentProperty property,
TypeInformation<?> typeHint,
Object value) |
protected <R> R |
MappingElasticsearchConverter.readValue(Object source,
ElasticsearchPersistentProperty property,
TypeInformation<R> targetType) |
protected void |
MappingElasticsearchConverter.writeProperty(ElasticsearchPersistentProperty property,
Object value,
org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter.MapValueAccessor sink) |
| 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) |
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext,
GenericConversionService conversionService) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleElasticsearchPersistentProperty
Elasticsearch specific
PersistentProperty implementation processing |
| Modifier and Type | Method and Description |
|---|---|
protected Association<ElasticsearchPersistentProperty> |
SimpleElasticsearchPersistentProperty.createAssociation() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleElasticsearchPersistentEntity.addPersistentProperty(ElasticsearchPersistentProperty property) |
String |
ElasticsearchPersistentProperty.PropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) |
String |
ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter.convert(ElasticsearchPersistentProperty source) |
| Constructor and Description |
|---|
SimpleElasticsearchPersistentProperty(Property property,
PersistentEntity<?,ElasticsearchPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder) |
| Constructor and Description |
|---|
HighlightQueryBuilder(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
protected MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> |
ElasticsearchQueryMethod.getMappingContext() |
| Constructor and Description |
|---|
ElasticsearchQueryMethod(Method method,
RepositoryMetadata repositoryMetadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
ReactiveElasticsearchQueryMethod(Method method,
RepositoryMetadata metadata,
ProjectionFactory factory,
MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
ElasticsearchQueryCreator(PartTree tree,
MappingContext<?,ElasticsearchPersistentProperty> context) |
ElasticsearchQueryCreator(PartTree tree,
ParameterAccessor parameters,
MappingContext<?,ElasticsearchPersistentProperty> context) |
| Constructor and Description |
|---|
ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>,ElasticsearchPersistentProperty> mappingContext) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.