Class ConfigNodesValidations


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validateNodePropertyExists​(GraphStore graphStore, java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels, java.lang.String configKey, @Nullable java.lang.String propertyName)  
      • Methods inherited from class java.lang.Object

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

      • validateNodePropertyExists

        public static void validateNodePropertyExists​(GraphStore graphStore,
                                                      java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels,
                                                      java.lang.String configKey,
                                                      @Nullable
                                                      @Nullable java.lang.String propertyName)