Class BaseCCD

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseCCD​(java.lang.Class annotationClass, java.lang.String... attributes)
      Creates a BaseCCD.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class getAnnotationClass()
      Returns the annotation describing the constraint declaration.
      java.util.Set<java.lang.String> getAttributes()
      Attribute names of the constraint annotation to be passed (along with their values) to the JavaScript validator function as an JSONObject.
      • Methods inherited from class java.lang.Object

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

      • BaseCCD

        public BaseCCD​(java.lang.Class annotationClass,
                       java.lang.String... attributes)
        Creates a BaseCCD.
        Parameters:
        annotationClass - Type of the constraint annotation
        attributes - Attribute names of the constraint annotation to be passed (along with their values) to the JavaScript validator function as an JSONObject.