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.
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
ConstructorsConstructorDescriptionDeprecated.Create new instanceCustomConversions(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
-
Constructor Details
-
CustomConversions
public CustomConversions()Deprecated.Create new instance -
CustomConversions
Deprecated.Create new instance registering given converters- Parameters:
converters-
-
SolrCustomConversions.