public class Scan extends Object
Constructor and Description |
---|
Scan() |
Modifier and Type | Method and Description |
---|---|
static ScanParams |
annotated(Class<? extends Annotation> annotated) |
static ScanParams |
classLoader(ClassLoader classLoader) |
static ScanParams |
filter(org.rapidoid.lambda.Predicate<Class<?>> filter) |
static List<Class<?>> |
getClasses() |
static ScanParams |
matching(String matching) |
static ScanParams |
pkg(String pkg) |
public static ScanParams pkg(String pkg)
public static ScanParams matching(String matching)
public static ScanParams filter(org.rapidoid.lambda.Predicate<Class<?>> filter)
public static ScanParams annotated(Class<? extends Annotation> annotated)
public static ScanParams classLoader(ClassLoader classLoader)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.