Package com.evolveum.midpoint.prism
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
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
shouldVisitEmbeddedObjects()
Should we visit also objects that are embedded in references?static boolean
shouldVisitEmbeddedObjects(Visitor<?> visitor)
Helper method.
-
-
-
Method Detail
-
shouldVisitEmbeddedObjects
boolean shouldVisitEmbeddedObjects()
Should we visit also objects that are embedded in references?
-
shouldVisitEmbeddedObjects
static boolean shouldVisitEmbeddedObjects(Visitor<?> visitor)
Helper method.
-
-