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.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRewriteProperties.AnnotationConfigProviderProperties
 - 
Constructor SummaryConstructors Constructor Description RewriteProperties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)RewriteProperties.AnnotationConfigProviderPropertiesgetAnnotationConfigProvider()List<String>getBasePackages()Retrieve the optional package filter configuration parameter.BooleangetConfigReloading()Reload configuration.BooleangetScanClassesDirectory()Does the user not want to scan the WEB-INF/classes directory.BooleangetScanLibDirectory()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.StringtoString()
 
- 
- 
- 
Method Detail- 
getConfigReloadingpublic Boolean getConfigReloading() Reload configuration.
 - 
getScanClassesDirectorypublic Boolean getScanClassesDirectory() Does the user not want to scan the WEB-INF/classes directory.
 - 
getScanLibDirectorypublic Boolean getScanLibDirectory() Does the user want to scan the WEB-INF/lib directory.
 - 
getBasePackagespublic List<String> getBasePackages() Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to nonein favor ofSpringBootAnnotationConfigProvider.
 - 
getAnnotationConfigProviderpublic RewriteProperties.AnnotationConfigProviderProperties getAnnotationConfigProvider() 
 - 
setConfigReloadingpublic void setConfigReloading(Boolean configReloading) Reload configuration.
 - 
setScanClassesDirectorypublic void setScanClassesDirectory(Boolean scanClassesDirectory) Does the user not want to scan the WEB-INF/classes directory.
 - 
setScanLibDirectorypublic void setScanLibDirectory(Boolean scanLibDirectory) Does the user want to scan the WEB-INF/lib directory.
 - 
setBasePackagespublic void setBasePackages(List<String> basePackages) Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to nonein favor ofSpringBootAnnotationConfigProvider.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-