Uses of Interface
org.springframework.data.neo4j.core.convert.Neo4jPersistentPropertyConverter
Packages that use Neo4jPersistentPropertyConverter
Package
Description
Provides a set of simples types that SDN supports.
The main mapping framework.
-
Uses of Neo4jPersistentPropertyConverter in org.springframework.data.neo4j.core.convert
Classes in org.springframework.data.neo4j.core.convert that implement Neo4jPersistentPropertyConverterModifier and TypeClassDescriptionstatic final classIndicates an unset converter.Methods in org.springframework.data.neo4j.core.convert that return Neo4jPersistentPropertyConverterModifier and TypeMethodDescriptionNeo4jPersistentPropertyConverterFactory.getPropertyConverterFor(Neo4jPersistentProperty persistentProperty) Finds fittingNeo4jPersistentPropertyConverterfor a given property.Methods in org.springframework.data.neo4j.core.convert with parameters of type Neo4jPersistentPropertyConverterModifier and TypeMethodDescription@Nullable ObjectNeo4jConversionService.readValue(@Nullable org.neo4j.driver.Value source, TypeInformation<?> targetType, @Nullable Neo4jPersistentPropertyConverter<?> conversionOverride) Reads aValuereturned by the driver and converts it into asimple typesupported by Neo4j SDN.org.neo4j.driver.ValueNeo4jConversionService.writeValue(@Nullable Object value, TypeInformation<?> sourceType, @Nullable Neo4jPersistentPropertyConverter<?> conversionOverride) Converts anObjectto a driver's value object. -
Uses of Neo4jPersistentPropertyConverter in org.springframework.data.neo4j.core.mapping
Methods in org.springframework.data.neo4j.core.mapping that return Neo4jPersistentPropertyConverterModifier and TypeMethodDescription@Nullable Neo4jPersistentPropertyConverter<?> Neo4jPersistentProperty.getOptionalConverter()