@Deprecated public class ScanAnnotatedClassesConfig extends AbstractConfig<ScanAnnotatedClassesConfig>
Constructor and Description |
---|
ScanAnnotatedClassesConfig()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SolutionDescriptor |
buildSolutionDescriptor(SolverConfigContext configContext,
ClassLoader classLoader,
ScoreDefinition deprecatedScoreDefinition)
Deprecated.
|
ScanAnnotatedClassesConfig |
copyConfig()
Deprecated.
Typically implemented by constructing a new instance and calling
AbstractConfig.inherit(AbstractConfig) on it |
List<String> |
getPackageExcludeList()
Deprecated.
|
List<String> |
getPackageIncludeList()
Deprecated.
|
ScanAnnotatedClassesConfig |
inherit(ScanAnnotatedClassesConfig inheritedConfig)
Deprecated.
Inherits each property of the
inheritedConfig unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour). |
protected List<Class<?>> |
loadEntityClassList(org.reflections.Reflections reflections)
Deprecated.
|
protected Class<?> |
loadSolutionClass(org.reflections.Reflections reflections)
Deprecated.
|
void |
setPackageExcludeList(List<String> packageExcludeList)
Deprecated.
|
void |
setPackageIncludeList(List<String> packageIncludeList)
Deprecated.
|
String |
toString()
Deprecated.
|
deduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList
public void setPackageIncludeList(List<String> packageIncludeList)
public void setPackageExcludeList(List<String> packageExcludeList)
public SolutionDescriptor buildSolutionDescriptor(SolverConfigContext configContext, ClassLoader classLoader, ScoreDefinition deprecatedScoreDefinition)
protected Class<?> loadSolutionClass(org.reflections.Reflections reflections)
protected List<Class<?>> loadEntityClassList(org.reflections.Reflections reflections)
public ScanAnnotatedClassesConfig inherit(ScanAnnotatedClassesConfig inheritedConfig)
AbstractConfig
inheritedConfig
unless that property (or a semantic alternative)
is defined by this instance (which overwrites the inherited behaviour).
After the inheritance, if a property on this AbstractConfig
composition is replaced,
it should not affect the inherited composition instance.
inherit
in class AbstractConfig<ScanAnnotatedClassesConfig>
inheritedConfig
- never nullpublic ScanAnnotatedClassesConfig copyConfig()
AbstractConfig
AbstractConfig.inherit(AbstractConfig)
on itcopyConfig
in class AbstractConfig<ScanAnnotatedClassesConfig>
public String toString()
toString
in class AbstractConfig<ScanAnnotatedClassesConfig>
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.