|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingResult | |
|---|---|
| pl.bristleback.server.bristle.binding | |
| pl.bristleback.server.bristle.binding.resolvers | |
| pl.bristleback.server.bristle.exceptions | |
| pl.bristleback.server.bristle.utils | |
| Uses of BindingResult in pl.bristleback.server.bristle.binding |
|---|
| Methods in pl.bristleback.server.bristle.binding that return BindingResult | |
|---|---|
BindingResult<T> |
ObjectBinder.bindWithResult(T object,
org.jwebsocket.token.Token token)
Performs bindings operation, copying data from token to object using instructions given by corresponding Bind annotation. |
| Methods in pl.bristleback.server.bristle.binding with parameters of type BindingResult | |
|---|---|
void |
BindingErrorsResolver.checkAndAddNotNullViolationErrors(BindingResult<?> bindingResult,
NestedFieldInformation fieldInformation)
Checks whether given field or its children are required and adds a not null violation error for each required field found. |
| Uses of BindingResult in pl.bristleback.server.bristle.binding.resolvers |
|---|
| Methods in pl.bristleback.server.bristle.binding.resolvers that return BindingResult | ||
|---|---|---|
|
DefaultBindingEngine.bind(T object,
org.jwebsocket.token.Token token,
NestedFieldInformation rootInformation)
|
|
|
BindingEngine.bind(T object,
org.jwebsocket.token.Token token,
NestedFieldInformation beanInformation)
Performs binding operation, processing fields from token into object of given type. |
|
| Uses of BindingResult in pl.bristleback.server.bristle.exceptions |
|---|
| Methods in pl.bristleback.server.bristle.exceptions that return BindingResult | |
|---|---|
BindingResult<?> |
BindingException.getBindingResult()
Gets binding result wrapper. |
| Constructors in pl.bristleback.server.bristle.exceptions with parameters of type BindingResult | |
|---|---|
BindingException(java.lang.String message,
BindingResult bindingResult)
|
|
| Uses of BindingResult in pl.bristleback.server.bristle.utils |
|---|
| Methods in pl.bristleback.server.bristle.utils with parameters of type BindingResult | |
|---|---|
static org.jwebsocket.token.Token |
BristleTokenFactory.createValidationExceptionToken(org.jwebsocket.token.Token request,
BindingResult<?> result)
Creates a json response token with exception type "ValidationException". |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||