Class TestClassTagPredicate

  • All Implemented Interfaces:
    Predicate<Class<?>>

    public final class TestClassTagPredicate
    extends RegexPredicate<Class<?>>
    Class to implement a tst class tag Predicate
    • Method Detail

      • test

        public boolean test​(Class<?> clazz)
        Method to test the Predicate
        Specified by:
        test in interface Predicate<Class<?>>
        Specified by:
        test in class RegexPredicate<Class<?>>
        Parameters:
        clazz - the input argument
        Returns:
      • of

        public static TestClassTagPredicate of​(String regex)
        Method to create an instance of a TestClassTagPredicate
        Parameters:
        regex -
        Returns: