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