Uses of Class
io.vertigo.core.util.Selector
-
Packages that use Selector Package Description io.vertigo.core.util -
-
Uses of Selector in io.vertigo.core.util
Methods in io.vertigo.core.util that return Selector Modifier and Type Method Description Selector
Selector. filterClasses(Predicate<Class> classPredicate)
Filters classes with a predicate.Selector
Selector. filterFields(Predicate<Field> fieldPredicate)
Filters field with a predicate.Selector
Selector. filterMethods(Predicate<Method> methodPredicate)
Filters method with a predicate.static Selector
Selector. from(Class clazz)
Adds a class to the scope.static Selector
Selector. from(String packageName)
Adds all the classes with a package prefix in the scope.static Selector
Selector. from(Collection<Class> classes)
Adds a set of classes to the scope.
-