See: Description
Interface | Description |
---|---|
BindingError |
Represents a single error that occurred while binding a parameter to a controller
method argument or controller field using a binding annotation like
FormParam . |
BindingResult |
Describes the binding result of all controller fields and controller
method parameters which are annotated with a binding annotation like
FormParam . |
ParamError |
Base interface for errors related to parameter data binding
|
ValidationError |
Represents a single validation error detected for a parameter.
|
Annotation Type | Description |
---|---|
MvcBinding |
This annotation is used to enable MVC-specific binding rules for a JAX-RS parameter binding.
|
Copyright © 2019 Ivar Grimstad. All rights reserved.