| Constructor and Description |
|---|
Scan() |
| Modifier and Type | Method and Description |
|---|---|
static ScanParams |
annotated(Class<? extends Annotation>... annotated) |
static ScanParams |
annotated(Collection<Class<? extends Annotation>> annotated) |
static ScanParams |
bytecodeFilter(Predicate<InputStream> bytecodeFilter) |
static ScanParams |
classLoader(ClassLoader classLoader) |
static ScanParams |
classpath(String... classpath) |
static List<String> |
getAll() |
static ScanParams |
in(List<String> packages) |
static ScanParams |
in(String... packages) |
static List<Class<?>> |
loadAll() |
static ScanParams |
matching(String matching) |
public static ScanParams in(String... packages)
public static ScanParams in(List<String> packages)
public static ScanParams matching(String matching)
public static ScanParams annotated(Class<? extends Annotation>... annotated)
public static ScanParams annotated(Collection<Class<? extends Annotation>> annotated)
public static ScanParams classLoader(ClassLoader classLoader)
public static ScanParams classpath(String... classpath)
public static ScanParams bytecodeFilter(Predicate<InputStream> bytecodeFilter)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.