| Package | Description |
|---|---|
| org.springframework.data.neo4j.core.convert |
Provides a set of simples types that SDN supports.
|
| org.springframework.data.neo4j.core.mapping |
The main mapping framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ConvertWith.UnsetConverter
Indicates an unset converter.
|
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentPropertyConverter |
Neo4jPersistentPropertyConverterFactory.getPropertyConverterFor(Neo4jPersistentProperty persistentProperty) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Neo4jConversionService.readValue(org.neo4j.driver.Value source,
TypeInformation<?> targetType,
Neo4jPersistentPropertyConverter<?> conversionOverride)
Reads a
Value returned by the driver and converts it into a simple type supported
by Neo4j SDN. |
org.neo4j.driver.Value |
Neo4jConversionService.writeValue(Object value,
TypeInformation<?> sourceType,
Neo4jPersistentPropertyConverter<?> conversionOverride)
Converts an
Object to a driver's value object. |
| Modifier and Type | Method and Description |
|---|---|
Neo4jPersistentPropertyConverter<?> |
Neo4jPersistentProperty.getOptionalConverter() |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.