Class ValueConverter


  • public final class ValueConverter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.neo4j.values.storable.Value toValue​(@NotNull java.lang.Object valueObject)  
      static org.neo4j.gds.api.nodeproperties.ValueType valueType​(org.neo4j.values.storable.Value value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • valueType

        public static org.neo4j.gds.api.nodeproperties.ValueType valueType​(org.neo4j.values.storable.Value value)
      • toValue

        public static org.neo4j.values.storable.Value toValue​(@NotNull
                                                              @NotNull java.lang.Object valueObject)