Class ElasticsearchStringValueToStringConverter

java.lang.Object
org.springframework.data.elasticsearch.repository.support.value.ElasticsearchStringValueToStringConverter
All Implemented Interfaces:
GenericConverter

public class ElasticsearchStringValueToStringConverter extends Object implements GenericConverter
Values in elasticsearch query may contain quotations and should be escaped when converting. Note that the converter should only be used in this situation, rather than common string to string conversions.
Since:
5.3
Author:
Haibo Liu