Class ElasticsearchCustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.elasticsearch.core.convert.ElasticsearchCustomConversions

public class ElasticsearchCustomConversions extends CustomConversions
Elasticsearch specific CustomConversions.
Since:
3.2
Author:
Christoph Strobl, Peter-Josef Meisch
  • Constructor Details

    • ElasticsearchCustomConversions

      public ElasticsearchCustomConversions(Collection<?> converters)
      Creates a new CustomConversions instance registering the given converters.
      Parameters:
      converters - must not be null.