public interface org.hibernate.graph.spi.GraphNodeImplementor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.graph.spi.GraphNodeImplementor
  super_class: java.lang.Object
{
  public abstract java.util.List<org.hibernate.graph.spi.AttributeNodeImplementor<?>> attributeImplementorNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lorg/hibernate/graph/spi/AttributeNodeImplementor<*>;>;

  public abstract java.util.List<javax.persistence.AttributeNode<?>> attributeNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Ljavax/persistence/AttributeNode<*>;>;

  public abstract boolean containsAttribute(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "GraphNodeImplementor.java"