Class NodeValue

All Implemented Interfaces:
org.neo4j.driver.internal.AsValue, InternalValue, MapAccessor, MapAccessorWithDefaultValue, Value

public class NodeValue extends EntityValueAdapter<Node>
  • Constructor Details

    • NodeValue

      public NodeValue(Node adapted)
  • Method Details

    • asNode

      public Node asNode()
      Specified by:
      asNode in interface Value
      Overrides:
      asNode in class ValueAdapter
      Returns:
      the value as a Node, if possible.
    • type

      public Type type()
      Returns:
      The type of this value as defined in the Neo4j type system