Uses of Interface
io.fluxzero.javaclient.tracking.handling.validation.Validator
Packages that use Validator
-
Uses of Validator in io.fluxzero.javaclient.tracking.handling.validation
Classes in io.fluxzero.javaclient.tracking.handling.validation that implement ValidatorFields in io.fluxzero.javaclient.tracking.handling.validation declared as ValidatorModifier and TypeFieldDescriptionstatic final ValidatorValidationUtils.defaultValidatorReturns the defaultValidatorused for message validation.Methods in io.fluxzero.javaclient.tracking.handling.validation with parameters of type ValidatorModifier and TypeMethodDescriptionstatic voidValidationUtils.assertValid(Object object, Validator validator, Class<?>... groups) Asserts that the object is valid using the givenValidatorand validation groups.static Optional<ValidationException> ValidationUtils.checkValidity(Object object, Validator validator, Class<?>... groups) Checks whether the provided object is valid using the givenValidatorand validation groups.static booleanReturnstrueif the object is valid, using the givenValidatorand validation groups.