Package | Description |
---|---|
org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
Modifier and Type | Method and Description |
---|---|
BindException |
DataBinder.getErrors()
Deprecated.
in favor of
DataBinder.getBindingResult() .
Use the BindException(BindingResult) constructor
to create a BindException instance if still needed. |
Modifier and Type | Method and Description |
---|---|
java.util.Map<?,?> |
DataBinder.close()
Close this DataBinder, which may result in throwing
a BindException if it encountered any errors.
|
Modifier and Type | Method and Description |
---|---|
void |
WebRequestDataBinder.closeNoCatch()
Treats errors as fatal.
|
Copyright © 2021. All rights reserved.