Class ConstraintAnnotationAttributes.Worker<C extends Annotation>

    • Field Detail

      • method

        public final Method method
    • Constructor Detail

      • Worker

        Worker​(Class<C> constraintType)
        Create a new Worker instance.
        Parameters:
        constraintType - to handle
    • Method Detail

      • isValid

        public boolean isValid()
      • getSpecificType

        public Type getSpecificType()
        Returns:
        Type
        Since:
        2.0
      • read

        public <T> T read​(Annotation constraint)