Class RegEx.Checker

  • All Implemented Interfaces:
    javax.annotation.meta.TypeQualifierValidator<RegEx>
    Enclosing class:
    RegEx

    public static class RegEx.Checker
    extends java.lang.Object
    implements javax.annotation.meta.TypeQualifierValidator<RegEx>
    • Constructor Summary

      Constructors 
      Constructor Description
      Checker()  
    • Method Summary

      Modifier and Type Method Description
      javax.annotation.meta.When forConstantValue​(RegEx annotation, java.lang.Object value)
      Given a type qualifier, check to see if a known specific constant value is an instance of the set of values denoted by the qualifier.
      • Methods inherited from class java.lang.Object

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

      • Checker

        public Checker()
    • Method Detail

      • forConstantValue

        public javax.annotation.meta.When forConstantValue​(RegEx annotation,
                                                           java.lang.Object value)
        Description copied from interface: javax.annotation.meta.TypeQualifierValidator
        Given a type qualifier, check to see if a known specific constant value is an instance of the set of values denoted by the qualifier.
        Specified by:
        forConstantValue in interface javax.annotation.meta.TypeQualifierValidator<RegEx>
        Parameters:
        annotation - the type qualifier
        value - the value to check
        Returns:
        a value indicating whether or not the value is an member of the values denoted by the type qualifier