Package org.javers.core
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.
A strategy used in
JaversBuilder.registerIgnoredClassesStrategy(IgnoredClassesStrategy)-
Method Summary
-
Method Details
-
isIgnored
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
-