Package util
package util
-
ClassDescriptionAbstractChecker<T,
C extends AbstractChecker<T, C>> Abstract base class for implementing checkers that validate objects of type T.Main entry point for object validation and type checking.CheckerException is a custom unchecked exception used for validation and checking errors.Cloner provides a utility method for deep cloning objects using Kryo serialization.ExceptionTracker tracks and manages exceptions thrown, not thrown, and not checked during validation or testing.InterfaceChecker defines a contract for checker classes that validate values using predicates.Message provides utility methods for retrieving and formatting localized messages from a properties file.Utils provides utility methods for deep equality checks and other helper functions.