public interface Validatable
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isValid()
Check if the current value is valid, swallowing any validation exception.
|
void |
validate()
Validate the current value.
|
void validate()
throws com.holonplatform.core.Validator.ValidationException
com.holonplatform.core.Validator.ValidationException - If the value is not validdefault boolean isValid()
true if the current value is valid, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.