Interface IgnoredClassesStrategy

    • Method Detail

      • isIgnored

        boolean isIgnored​(java.lang.Class<?> domainClass)
        Allows to mark classes as ignored by Javers.

        When a class is ignored, all properties (found in other classes) with this class type are ignored.

        Called in runtime once for each class
        Returns:
        true if a class should be ignored