Interface PropertyVisitor

All Known Implementing Classes:
IdentityScanner

public interface PropertyVisitor
Visitor pattern interface for traversing property trees.
Author:
przemek hertel
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Method to visit whole subtree starting from given property.
  • Method Details

    • visit

      default void visit(Property p, ElementType type)
      Method to visit whole subtree starting from given property. If property path is needed, use Property.getCanonicalPath()
      Parameters:
      p - current visited property
      type - property type