public abstract class BeanValidationProvider extends Object implements ValidationProvider
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 . |
public BeanValidationProvider()
public BeanValidationProvider(InputStream... inputStreams)
public List<org.eclipse.emf.common.util.Diagnostic> validate(org.eclipse.emf.ecore.EObject eObject)
Validator
ValidationService
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 © 2019. All rights reserved.