Interface ConfigurableVisitor<T extends Visitable<T>>

All Superinterfaces:
Visitor<T>

@Experimental public interface ConfigurableVisitor<T extends Visitable<T>> extends Visitor<T>
Visitor with configurable behavior.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Should we visit also objects that are embedded in references?
    static boolean
    Helper method.

    Methods inherited from interface com.evolveum.midpoint.prism.Visitor

    visit
  • Method Details

    • shouldVisitEmbeddedObjects

      boolean shouldVisitEmbeddedObjects()
      Should we visit also objects that are embedded in references?
    • shouldVisitEmbeddedObjects

      static boolean shouldVisitEmbeddedObjects(Visitor<?> visitor)
      Helper method.