Class EntityAttributesValidator


  • @Component
    public class EntityAttributesValidator
    extends java.lang.Object
    Attribute data type validator.

    Does not check if xref,mref, categorical values are present. That happens in the RepositoryValidationDecorator.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.molgenis.validation.ConstraintViolation> validate​(org.molgenis.data.Entity entity, org.molgenis.data.meta.model.EntityType meta)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • validate

        public java.util.Set<org.molgenis.validation.ConstraintViolation> validate​(org.molgenis.data.Entity entity,
                                                                                   org.molgenis.data.meta.model.EntityType meta)