Java org.springframework.validation FieldError fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.validation FieldError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.validation FieldError.

The text is from its open source code.

Subclass

org.springframework.validation.FieldError has subclasses.
Click this link to see all its subclasses.

Constructor

Method

Object[]getArguments()
StringgetCode()
Return the default code of this resolvable, that is, the last one in the codes array.
String[]getCodes()
StringgetDefaultMessage()
StringgetField()
Return the affected field of the object.
StringgetObjectName()
Return the name of the affected object.
ObjectgetRejectedValue()
Return the rejected field value.
booleanisBindingFailure()
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.
StringtoString()