Interface ConfigurableVisitor<T extends Visitable<T>>

    • Method Detail

      • shouldVisitEmbeddedObjects

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

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