Module jakarta.mvc

Package jakarta.mvc.binding


package jakarta.mvc.binding
Types related to the handling of data binding and validation.
Version:
1.0
  • Class
    Description
    Represents a single error that occurred while binding a parameter to a controller method argument or controller field using a binding annotation like FormParam.
    Describes the binding result of all controller fields and controller method parameters which are annotated with a binding annotation like FormParam.
    This annotation is used to enable Jakarta MVC-specific binding rules for a Jakarta RESTful Web Services parameter binding.
    Base interface for errors related to parameter data binding
    Represents a single validation error detected for a parameter.