Class RewriteProperties
java.lang.Object
org.joinfaces.autoconfigure.rewrite.RewriteProperties
- All Implemented Interfaces:
- ServletContextInitParameterProperties
@ConfigurationProperties(prefix="joinfaces.rewrite")
public class RewriteProperties
extends Object
implements ServletContextInitParameterProperties
Configuration properties of Rewrite.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanRetrieve the optional package filter configuration parameter.Reload configuration.Does the user not want to scan the WEB-INF/classes directory.Does the user want to scan the WEB-INF/lib directory.inthashCode()voidsetBasePackages(List<String> basePackages) Retrieve the optional package filter configuration parameter.voidsetConfigReloading(Boolean configReloading) Reload configuration.voidsetScanClassesDirectory(Boolean scanClassesDirectory) Does the user not want to scan the WEB-INF/classes directory.voidsetScanLibDirectory(Boolean scanLibDirectory) Does the user want to scan the WEB-INF/lib directory.toString()
- 
Constructor Details- 
RewritePropertiespublic RewriteProperties()
 
- 
- 
Method Details- 
getConfigReloadingReload configuration.
- 
getScanClassesDirectoryDoes the user not want to scan the WEB-INF/classes directory.
- 
getScanLibDirectoryDoes the user want to scan the WEB-INF/lib directory.
- 
getBasePackagesRetrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to nonein favor ofSpringBootAnnotationConfigProvider.
- 
setConfigReloadingReload configuration.
- 
setScanClassesDirectoryDoes the user not want to scan the WEB-INF/classes directory.
- 
setScanLibDirectoryDoes the user want to scan the WEB-INF/lib directory.
- 
setBasePackagesRetrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to nonein favor ofSpringBootAnnotationConfigProvider.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-