Uses of Class
tech.guilhermekaua.spigotboot.core.validation.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in tech.guilhermekaua.spigotboot.core.validation
Methods in tech.guilhermekaua.spigotboot.core.validation that return ValidationResultModifier and TypeMethodDescription@NotNull ValidationResultValidationResult.merge(@NotNull ValidationResult other) Merges this result with another.static @NotNull ValidationResultValidationResult.of(@NotNull List<ValidationError> errors) Creates a result with the given errors.static @NotNull ValidationResultValidationResult.of(@NotNull ValidationError error) Creates a result with a single error.static @NotNull ValidationResultValidationResult.valid()Creates a valid result with no errors.@NotNull ValidationResult@NotNull ValidationResultDefaultValidator.validate(@NotNull Object object, @NotNull PropertyPath basePath) @NotNull ValidationResultValidates an object and returns all errors.@NotNull ValidationResultValidator.validate(@NotNull Object object, @NotNull PropertyPath basePath) Validates an object at a specific path context.Methods in tech.guilhermekaua.spigotboot.core.validation with parameters of type ValidationResultModifier and TypeMethodDescription@NotNull ValidationResultValidationResult.merge(@NotNull ValidationResult other) Merges this result with another.