Uses of Interface
com.igormaznitsa.meta.common.utils.Validator
Packages that use Validator
-
Uses of Validator in com.igormaznitsa.meta.common.utils
Methods in com.igormaznitsa.meta.common.utils with parameters of type ValidatorModifier and TypeMethodDescriptionstatic <T> T
Assertions.assertIsValid
(T obj, Validator<T> validator) Check an object by a validator.