Package com.evolveum.midpoint.prism
Interface ConfigurableVisitor<T extends Visitable<T>>
- All Superinterfaces:
Visitor<T>
Visitor with configurable behavior.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Should we visit also objects that are embedded in references?static boolean
shouldVisitEmbeddedObjects
(Visitor<?> visitor) Helper method.
-
Method Details
-
shouldVisitEmbeddedObjects
boolean shouldVisitEmbeddedObjects()Should we visit also objects that are embedded in references? -
shouldVisitEmbeddedObjects
Helper method.
-