Class FieldGraphPathRecord


  • final class FieldGraphPathRecord
    extends GraphPathRecord
    Object path in object graph.
    • Field Detail

      • name

        private final java.lang.String name
    • Constructor Detail

      • FieldGraphPathRecord

        FieldGraphPathRecord​(GraphPathRecord parent,
                             java.lang.String name,
                             int depth,
                             java.lang.Object obj)
    • Method Detail