Interface IgnoredClassesStrategy

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IgnoredClassesStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isIgnored(Class<?> domainClass)
    Allows to mark classes as ignored by Javers.
  • Method Details

    • isIgnored

      boolean isIgnored(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