Class RewriteProperties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.rewrite.RewriteProperties
 
- 
- All Implemented Interfaces:
- ServletContextInitParameterProperties
 
 @ConfigurationProperties(prefix="joinfaces.rewrite") public class RewriteProperties extends java.lang.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(java.lang.Object other)booleanequals(java.lang.Object o)RewriteProperties.AnnotationConfigProviderPropertiesgetAnnotationConfigProvider()java.util.List<java.lang.String>getBasePackages()Retrieve the optional package filter configuration parameter.java.lang.BooleangetConfigReloading()Reload configuration.java.lang.BooleangetScanClassesDirectory()Does the user not want to scan the WEB-INF/classes directory.java.lang.BooleangetScanLibDirectory()Does the user want to scan the WEB-INF/lib directory.inthashCode()voidsetBasePackages(java.util.List<java.lang.String> basePackages)Retrieve the optional package filter configuration parameter.voidsetConfigReloading(java.lang.Boolean configReloading)Reload configuration.voidsetScanClassesDirectory(java.lang.Boolean scanClassesDirectory)Does the user not want to scan the WEB-INF/classes directory.voidsetScanLibDirectory(java.lang.Boolean scanLibDirectory)Does the user want to scan the WEB-INF/lib directory.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getConfigReloadingpublic java.lang.Boolean getConfigReloading() Reload configuration.
 - 
getScanClassesDirectorypublic java.lang.Boolean getScanClassesDirectory() Does the user not want to scan the WEB-INF/classes directory.
 - 
getScanLibDirectorypublic java.lang.Boolean getScanLibDirectory() Does the user want to scan the WEB-INF/lib directory.
 - 
getBasePackagespublic java.util.List<java.lang.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(java.lang.Boolean configReloading) Reload configuration.
 - 
setScanClassesDirectorypublic void setScanClassesDirectory(java.lang.Boolean scanClassesDirectory) Does the user not want to scan the WEB-INF/classes directory.
 - 
setScanLibDirectorypublic void setScanLibDirectory(java.lang.Boolean scanLibDirectory) Does the user want to scan the WEB-INF/lib directory.
 - 
setBasePackagespublic void setBasePackages(java.util.List<java.lang.String> basePackages) Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to nonein favor ofSpringBootAnnotationConfigProvider.
 - 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
canEqualprotected boolean canEqual(java.lang.Object other) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-