public static final class ValidationContext.Context extends Object
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String field,
String message,
Object attemptedValue) |
void |
addProperty(String property,
Object value) |
<P> P |
getProperty(String property,
Class<P> clazz) |
ValidationResult |
getValidationResult() |
Copyright © 2019 com.github.mvallim. All rights reserved.