public static final class ConvertWith.UnsetConverter extends Object implements Neo4jPersistentPropertyConverter<Object>
| Constructor and Description |
|---|
UnsetConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(org.neo4j.driver.Value source) |
org.neo4j.driver.Value |
write(Object source) |
public org.neo4j.driver.Value write(Object source)
write in interface Neo4jPersistentPropertyConverter<Object>source - The value to store. We might pass null, if your converter is not able to handle that,
this is ok, we do handle null pointer exceptionsValues.NULLpublic Object read(org.neo4j.driver.Value source)
read in interface Neo4jPersistentPropertyConverter<Object>source - The value to read, never null or Values.NULLsource was equals to Values.NULL.Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.