Uses of Interface
io.fluxcapacitor.javaclient.tracking.handling.validation.Validator
Packages that use Validator
-
Uses of Validator in io.fluxcapacitor.javaclient.tracking.handling.validation
Classes in io.fluxcapacitor.javaclient.tracking.handling.validation that implement ValidatorFields in io.fluxcapacitor.javaclient.tracking.handling.validation declared as ValidatorModifier and TypeFieldDescriptionstatic final Validator
ValidationUtils.defaultValidator
Returns the defaultValidator
used for message validation.Methods in io.fluxcapacitor.javaclient.tracking.handling.validation with parameters of type ValidatorModifier and TypeMethodDescriptionstatic void
ValidationUtils.assertValid
(Object object, Validator validator, Class<?>... groups) Asserts that the object is valid using the givenValidator
and validation groups.static Optional
<ValidationException> ValidationUtils.checkValidity
(Object object, Validator validator, Class<?>... groups) Checks whether the provided object is valid using the givenValidator
and validation groups.static boolean
Returnstrue
if the object is valid, using the givenValidator
and validation groups.