Package org.springframework.data.neo4j.core.convert
@NonNullApi
package org.springframework.data.neo4j.core.convert
Provides a set of simples types that SDN supports. The `Neo4jConversions` allows bringing in additional, custom
converters.
-
ClassDescriptionThis annotation can be used to define either custom conversions for single attributes by specifying a custom
Neo4jPersistentPropertyConverter
and if needed, a custom factory to create that converter or the annotation can be used to build custom meta-annotated annotations like@org.springframework.data.neo4j.core.support.DateLong
.Indicates an unset converter.This service orchestrates a standard Spring conversion service withNeo4jConversions
registered.This interface represents a pair of methods capable of converting values of typeT
to and fromvalues
.This interface needs to be implemented to provide custom configuration for aNeo4jPersistentPropertyConverter
.You need to provide an implementation of this interface in case you want to store a property of an entity as separate properties on a node.A list of Neo4j simple types: All attributes that can be mapped to a property.