T - The type of the property to convert (the type of the actual attribute).@API(status=STABLE,
since="6.0")
public interface Neo4jPersistentPropertyConverter<T>
T to and from values.| Modifier and Type | Method and Description |
|---|---|
T |
read(org.neo4j.driver.Value source) |
org.neo4j.driver.Value |
write(T source) |
org.neo4j.driver.Value write(T source)
source - The value to store, never null.T read(org.neo4j.driver.Value source)
source - The value to read, never null or Values.NULLsource was equals to Values.NULL.Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.