public class ScanAnnotatedClassesConfig extends Object
Constructor and Description |
---|
ScanAnnotatedClassesConfig() |
Modifier and Type | Method and Description |
---|---|
SolutionDescriptor |
buildSolutionDescriptor() |
List<String> |
getPackageIncludeList() |
void |
inherit(ScanAnnotatedClassesConfig inheritedConfig) |
protected List<Class<?>> |
loadEntityClassList(org.reflections.Reflections reflections) |
protected Class<? extends Solution> |
loadSolutionClass(org.reflections.Reflections reflections) |
void |
setPackageIncludeList(List<String> packageIncludeList) |
String |
toString() |
public SolutionDescriptor buildSolutionDescriptor()
protected Class<? extends Solution> loadSolutionClass(org.reflections.Reflections reflections)
protected List<Class<?>> loadEntityClassList(org.reflections.Reflections reflections)
public void inherit(ScanAnnotatedClassesConfig inheritedConfig)
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.