Uses of Class
tech.guilhermekaua.spigotboot.config.binding.BindingError
Packages that use BindingError
-
Uses of BindingError in tech.guilhermekaua.spigotboot.config.binding
Methods in tech.guilhermekaua.spigotboot.config.binding that return types with arguments of type BindingErrorModifier and TypeMethodDescription@NotNull List<BindingError>BindingResult.errors()Gets the binding errors.Method parameters in tech.guilhermekaua.spigotboot.config.binding with type arguments of type BindingErrorModifier and TypeMethodDescriptionstatic <T> @NotNull BindingResult<T>BindingResult.failure(@NotNull List<BindingError> errors) Creates a result with binding errors.static <T> @NotNull BindingResult<T>BindingResult.of(T value, @NotNull List<BindingError> errors, @NotNull List<ValidationError> validationErrors) Creates a result with both binding and validation errors.