public abstract class BeanValidationProvider extends Object implements ValidationProvider
ValidationProvider.ContextSensitive| Constructor and Description |
|---|
BeanValidationProvider() |
BeanValidationProvider(InputStream... inputStreams) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.validation.MessageInterpolator |
getMessageInterpolator(javax.validation.MessageInterpolator messageInterpolator) |
protected abstract int |
getSeverity(javax.validation.ConstraintViolation<org.eclipse.emf.ecore.EObject> violation) |
List<org.eclipse.emf.common.util.Diagnostic> |
validate(org.eclipse.emf.ecore.EObject eObject)
Method is called by the
ValidationService to retrieve addition validation
information for the given EObject. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetContext, unsetContext, validatepublic BeanValidationProvider()
public BeanValidationProvider(InputStream... inputStreams)
public List<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.emf.ecore.EObject eObject)
ValidatorValidationService to retrieve addition validation
information for the given EObject.protected abstract javax.validation.MessageInterpolator getMessageInterpolator(javax.validation.MessageInterpolator messageInterpolator)
protected abstract int getSeverity(javax.validation.ConstraintViolation<org.eclipse.emf.ecore.EObject> violation)
Copyright © 2020. All rights reserved.