mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
javadoc
This commit is contained in:
+4
@@ -24,6 +24,10 @@ import org.springframework.model.message.DefaultMessageFactory;
|
||||
import org.springframework.model.message.MessageBuilder;
|
||||
import org.springframework.model.message.ResolvableArgument;
|
||||
|
||||
/**
|
||||
* Indicates a field failed to bind because it was not editable/writeable.
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class FieldNotEditableResult implements BindingResult {
|
||||
|
||||
private String fieldName;
|
||||
|
||||
+4
@@ -24,6 +24,10 @@ import org.springframework.model.message.DefaultMessageFactory;
|
||||
import org.springframework.model.message.MessageBuilder;
|
||||
import org.springframework.model.message.ResolvableArgument;
|
||||
|
||||
/**
|
||||
* Indicates field failed to bind because it was not found.
|
||||
* @author Keith Donald
|
||||
*/
|
||||
public class FieldNotFoundResult implements BindingResult {
|
||||
|
||||
private String fieldName;
|
||||
|
||||
Reference in New Issue
Block a user