java.lang.Object
org.springframework.data.convert.CustomConversions
org.springframework.data.neo4j.core.convert.Neo4jConversions
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.data.convert.CustomConversions
CustomConversions.ConverterConfiguration, CustomConversions.ConverterRegistrationIntent, CustomConversions.StoreConversions -
Constructor Summary
ConstructorsConstructorDescriptionCreates aNeo4jConversionsobject without custom converters.Neo4jConversions(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
-
Constructor Details
-
Neo4jConversions
public Neo4jConversions()Creates aNeo4jConversionsobject without custom converters. -
Neo4jConversions
Creates a newCustomConversionsinstance registering the given converters.- Parameters:
converters- must not be null.
-
-
Method Details
-
registerConvertersIn
- Overrides:
registerConvertersInin classCustomConversions
-