Class TreePruner

    • Field Detail

      • DEFAULT

        public static final TreePruner DEFAULT
        Probably the most common TreePruner that just visits the top object and its properties, but none of the referenced objects.
    • Constructor Detail

      • TreePruner

        public TreePruner()
    • Method Detail

      • accept

        public abstract TreePruner accept​(Object node,
                                          Property prop)
        Called before Hudson writes a new property.
        Returns:
        null if this property shouldn't be written. Otherwise the returned TreePruner object will be consulted to determine properties of the child object in turn.
      • getRange

        public Range getRange()