| Constructor and Description |
|---|
ScanParams() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
annotated() |
ScanParams |
annotated(Class<? extends Annotation>... annotated) |
ScanParams |
annotated(Collection<Class<? extends Annotation>> annotated) |
ClassLoader |
classLoader() |
ScanParams |
classLoader(ClassLoader classLoader) |
void |
forEach(Operation<Class<?>> classOperation) |
List<String> |
getAll() |
String[] |
in() |
ScanParams |
in(String... packages) |
List<Class<?>> |
loadAll() |
String |
matching() |
ScanParams |
matching(String matching) |
public ScanParams in(String... packages)
public String[] in()
public ScanParams matching(String matching)
public String matching()
public ScanParams annotated(Class<? extends Annotation>... annotated)
public ScanParams annotated(Collection<Class<? extends Annotation>> annotated)
public Class<? extends Annotation>[] annotated()
public ScanParams classLoader(ClassLoader classLoader)
public ClassLoader classLoader()
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.