- annotatedWith(Class<? extends Annotation>) - Static method in class org.apache.flink.architecture.common.JavaFieldPredicates
-
Match the single Annotation of the JavaField.
- areDirectlyAnnotatedWithAtLeastOneOf(Class<? extends Annotation>...) - Static method in class org.apache.flink.architecture.common.Predicates
-
- areFieldOfType(Class<?>, JavaModifier...) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is of the given type clazz and has given modifiers.
- areJavaClasses() - Static method in class org.apache.flink.architecture.common.SourcePredicates
-
Tests that a given class is a Java class.
- areProductionCode() - Static method in class org.apache.flink.architecture.common.SourcePredicates
-
Passes if and only if the given class is from production code.
- arePublicFinalOfType(Class<?>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public final and not static and of the given
type clazz .
- arePublicFinalOfTypeWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public final and of the given type clazz with
exactly the given annotationType.
- arePublicStaticFinalAssignableTo(Class<?>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public static final and is assignable to the given type
clazz .
- arePublicStaticFinalOfType(Class<?>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public static final and of the given type clazz
.
- arePublicStaticFinalOfTypeWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public static final and of the given type clazz
with exactly the given annotationType.
- arePublicStaticOfType(Class<?>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is public static and of the given type clazz .
- areStaticFinalOfTypeWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.apache.flink.architecture.common.Predicates
-
Tests that the given field is static final and of the given type clazz with
exactly the given annotationType.
- areTestCode() - Static method in class org.apache.flink.architecture.common.SourcePredicates
-
Passes if and only if the given class is from test code.