Uses of Class
tech.guilhermekaua.spigotboot.core.validation.ValidationError
Packages that use ValidationError
-
Uses of ValidationError in tech.guilhermekaua.spigotboot.core.validation
Methods in tech.guilhermekaua.spigotboot.core.validation that return types with arguments of type ValidationErrorModifier and TypeMethodDescription@NotNull List<ValidationError>ValidationResult.errors()Gets all validation errors.@NotNull List<ValidationError>ValidationResult.getFailFastErrors()Gets only errors marked as fail-fast.Methods in tech.guilhermekaua.spigotboot.core.validation with parameters of type ValidationErrorModifier and TypeMethodDescriptionstatic @NotNull ValidationResultValidationResult.of(@NotNull ValidationError error) Creates a result with a single error.Method parameters in tech.guilhermekaua.spigotboot.core.validation with type arguments of type ValidationErrorModifier and TypeMethodDescriptionstatic @NotNull ValidationResultValidationResult.of(@NotNull List<ValidationError> errors) Creates a result with the given errors.