T - value type to validatepublic interface BeanPropertyValidation<T> extends PropertyValidation
Validation,
ValidatorinfoValidityProperty, validityProperty| Modifier and Type | Field and Description |
|---|---|
static javax.validation.Validator |
DEFAULT_VALIDATOR
Default
Validator. |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
Class<?> |
getBeanType() |
String |
getPropertyName() |
default void |
validate()
Validate property value.
|
bindValidation, infoValidityProperty, unbindValidation, validityPropertystatic final javax.validation.Validator DEFAULT_VALIDATOR
Validator.T get()
Class<?> getBeanType()
String getPropertyName()
getBeanType() to validatedefault void validate()
Copyright © 2015. All rights reserved.