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, never null.public 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–2021 Neo4j, Neo4j Sweden AB. All rights reserved.