Class AsJavaObject

  • All Implemented Interfaces:
    org.neo4j.values.ValueMapper<java.lang.Object>

    public final class AsJavaObject
    extends org.neo4j.values.ValueMapper.JavaMapper
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.values.ValueMapper

        org.neo4j.values.ValueMapper.JavaMapper
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static AsJavaObject instance()  
      java.lang.Object mapNode​(org.neo4j.values.virtual.VirtualNodeValue value)  
      java.lang.Object mapPath​(org.neo4j.values.virtual.VirtualPathValue value)  
      java.lang.Object mapRelationship​(org.neo4j.values.virtual.VirtualRelationshipValue value)  
      • Methods inherited from class org.neo4j.values.ValueMapper.JavaMapper

        mapBoolean, mapBooleanArray, mapByteArray, mapChar, mapCharArray, mapDate, mapDateTime, mapDoubleArray, mapDuration, mapFloatArray, mapIntArray, mapLocalDateTime, mapLocalTime, mapLongArray, mapMap, mapNoValue, mapNumber, mapPoint, mapSequence, mapShortArray, mapStringArray, mapText, mapTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.neo4j.values.ValueMapper

        mapByte, mapDateArray, mapDateTimeArray, mapDouble, mapDurationArray, mapFloat, mapFloatingPoint, mapFloatingPointArray, mapInt, mapIntegral, mapIntegralArray, mapLocalDateTimeArray, mapLocalTimeArray, mapLong, mapNumberArray, mapPointArray, mapShort, mapString, mapTextArray, mapTimeArray
    • Method Detail

      • mapPath

        public java.lang.Object mapPath​(org.neo4j.values.virtual.VirtualPathValue value)
      • mapNode

        public java.lang.Object mapNode​(org.neo4j.values.virtual.VirtualNodeValue value)
      • mapRelationship

        public java.lang.Object mapRelationship​(org.neo4j.values.virtual.VirtualRelationshipValue value)