Class CustomConversions

java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.solr.core.convert.SolrCustomConversions
org.springframework.data.solr.core.convert.CustomConversions

@Deprecated public class CustomConversions extends SolrCustomConversions
Deprecated.
since 2.0, use SolrCustomConversions.
CustomConversions holds basically a list of Converter that can be used for mapping objects to ( WritingConverter) and from (ReadingConverter) solr representation.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions

    org.springframework.data.convert.CustomConversions.ConverterConfiguration, org.springframework.data.convert.CustomConversions.ConverterRegistrationIntent, org.springframework.data.convert.CustomConversions.StoreConversions
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Create new instance
    CustomConversions(List converters)
    Deprecated.
    Create new instance registering given converters
  • Method Summary

    Methods inherited from class org.springframework.data.convert.CustomConversions

    getCustomWriteTarget, getCustomWriteTarget, getPropertyValueConversions, getSimpleTypeHolder, hasCustomReadTarget, hasCustomWriteTarget, hasCustomWriteTarget, hasValueConverter, isSimpleType, registerConvertersIn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomConversions

      public CustomConversions()
      Deprecated.
      Create new instance
    • CustomConversions

      public CustomConversions(List converters)
      Deprecated.
      Create new instance registering given converters
      Parameters:
      converters -