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.
@FunctionalInterface public interface IgnoredClassesStrategyA strategy used inJaversBuilder.registerIgnoredClassesStrategy(IgnoredClassesStrategy)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisIgnored(java.lang.Class<?> domainClass)Allows to mark classes as ignored by Javers.
-