Package 

Class NodeSetProperty

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class NodeSetProperty.NodeSet

      Stub which handles set functionality Lazy loads both on read, but also on any write (add, remove) The iterator supports remove

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final NodeSetProperty.NodeSet<T> getValue(Node thisRef, KProperty<?> property) Gets the value of the property
      • Methods inherited from class io.github.graphglue.model.NodeSetProperty

        getFromGraphQL
      • Methods inherited from class java.lang.Object

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

      • NodeSetProperty

        NodeSetProperty(Node parent, KProperty1<?, ?> property)
        Parameters:
        parent - see BaseProperty.parent
        property - see BaseProperty.property