Package io.vertigo.core.util
Class Selector.FieldConditions
- java.lang.Object
-
- io.vertigo.core.util.Selector.FieldConditions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate<Field>
annotatedWith(Class<? extends Annotation> annotationClass)
Builds a predicate to check if the field is Annotated.
-
-
-
Method Detail
-
annotatedWith
public static Predicate<Field> annotatedWith(Class<? extends Annotation> annotationClass)
Builds a predicate to check if the field is Annotated.- Parameters:
annotationClass
- the annotation- Returns:
- the predicate
-
-