Class ElasticsearchCustomConversions
java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.elasticsearch.core.convert.ElasticsearchCustomConversions
Elasticsearch specific
CustomConversions.- Since:
- 3.2
- Author:
- Christoph Strobl, Peter-Josef Meisch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions -
Constructor Summary
ConstructorsConstructorDescriptionElasticsearchCustomConversions(Collection<?> converters) Creates a newCustomConversionsinstance registering the given converters. -
Method Summary
Methods inherited from class org.springframework.data.convert.CustomConversions
getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn
-
Constructor Details
-
ElasticsearchCustomConversions
Creates a newCustomConversionsinstance registering the given converters.- Parameters:
converters- must not be null.
-