Class Neo4jConversions
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 aNeo4jConversions
object without custom converters.Neo4jConversions
(Collection<?> converters) Creates a newCustomConversions
instance 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 aNeo4jConversions
object without custom converters. -
Neo4jConversions
Creates a newCustomConversions
instance registering the given converters.- Parameters:
converters
- must not be null.
-
-
Method Details
-
registerConvertersIn
- Overrides:
registerConvertersIn
in classCustomConversions
-