Class ScanAnnotatedClassesConfig
- java.lang.Object
- 
- org.optaplanner.core.config.AbstractConfig<ScanAnnotatedClassesConfig>
- 
- org.optaplanner.core.config.domain.ScanAnnotatedClassesConfig
 
 
- 
 @Deprecated public class ScanAnnotatedClassesConfig extends AbstractConfig<ScanAnnotatedClassesConfig> Deprecated.in favor of the Quarkus integration in OptaPlanner 8 or Spring Boot starter.
- 
- 
Constructor SummaryConstructors Constructor Description ScanAnnotatedClassesConfig()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SolutionDescriptorbuildSolutionDescriptor(SolverConfigContext configContext, ClassLoader classLoader, ScoreDefinition deprecatedScoreDefinition)Deprecated.ScanAnnotatedClassesConfigcopyConfig()Deprecated.Typically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on itList<String>getPackageExcludeList()Deprecated.List<String>getPackageIncludeList()Deprecated.ScanAnnotatedClassesConfiginherit(ScanAnnotatedClassesConfig inheritedConfig)Deprecated.Inherits each property of theinheritedConfigunless 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.voidsetPackageExcludeList(List<String> packageExcludeList)Deprecated.voidsetPackageIncludeList(List<String> packageIncludeList)Deprecated.StringtoString()Deprecated.- 
Methods inherited from class org.optaplanner.core.config.AbstractConfigdeduceEntityDescriptor, deduceVariableDescriptor, deduceVariableDescriptorList
 
- 
 
- 
- 
- 
Method Detail- 
setPackageIncludeListpublic void setPackageIncludeList(List<String> packageIncludeList) Deprecated.
 - 
setPackageExcludeListpublic void setPackageExcludeList(List<String> packageExcludeList) Deprecated.
 - 
buildSolutionDescriptorpublic SolutionDescriptor buildSolutionDescriptor(SolverConfigContext configContext, ClassLoader classLoader, ScoreDefinition deprecatedScoreDefinition) Deprecated.
 - 
loadSolutionClassprotected Class<?> loadSolutionClass(org.reflections.Reflections reflections) Deprecated.
 - 
loadEntityClassListprotected List<Class<?>> loadEntityClassList(org.reflections.Reflections reflections) Deprecated.
 - 
inheritpublic ScanAnnotatedClassesConfig inherit(ScanAnnotatedClassesConfig inheritedConfig) Deprecated.Description copied from class:AbstractConfigInherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).After the inheritance, if a property on this AbstractConfigcomposition is replaced, it should not affect the inherited composition instance.- Specified by:
- inheritin class- AbstractConfig<ScanAnnotatedClassesConfig>
- Parameters:
- inheritedConfig- never null
- Returns:
- this
 
 - 
copyConfigpublic ScanAnnotatedClassesConfig copyConfig() Deprecated.Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it- Specified by:
- copyConfigin class- AbstractConfig<ScanAnnotatedClassesConfig>
- Returns:
- new instance
 
 - 
toStringpublic String toString() Deprecated.- Overrides:
- toStringin class- AbstractConfig<ScanAnnotatedClassesConfig>
 
 
- 
 
-