Interface PropertyTranslator.OfInt<T>

    • Method Detail

      • toInt

        int toInt​(T data,
                  long nodeId)
      • toProperty

        default org.neo4j.values.storable.Value toProperty​(int propertyId,
                                                           T data,
                                                           long nodeId)
        Specified by:
        toProperty in interface PropertyTranslator<T>