Class Vertex

java.lang.Object
graphql.schema.diffing.Vertex

public class Vertex extends Object
  • Constructor Details

  • Method Details

    • newIsolatedNode

      public static Vertex newIsolatedNode(String debugName)
    • newIsolatedNodes

      public static Set<Vertex> newIsolatedNodes(int count, String debugName)
    • isIsolated

      public boolean isIsolated()
    • add

      public void add(String propName, Object propValue)
    • getType

      public String getType()
    • get

      public <T> T get(String propName)
    • getProperty

      public <T> T getProperty(String name)
    • getName

      public String getName()
    • getProperties

      public Map<String,Object> getProperties()
    • getDebugName

      public String getDebugName()
    • isOfType

      public boolean isOfType(String type)
    • isEqualTo

      public boolean isEqualTo(Vertex other)
    • isBuiltInType

      public boolean isBuiltInType()
    • setBuiltInType

      public void setBuiltInType(boolean builtInType)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toData

      public Vertex.VertexData toData()