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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Retrieve 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.int
hashCode()
void
setBasePackages
(List<String> basePackages) Retrieve the optional package filter configuration parameter.void
setConfigReloading
(Boolean configReloading) Reload configuration.void
setScanClassesDirectory
(Boolean scanClassesDirectory) Does the user not want to scan the WEB-INF/classes directory.void
setScanLibDirectory
(Boolean scanLibDirectory) Does the user want to scan the WEB-INF/lib directory.toString()
-
Constructor Details
-
RewriteProperties
public RewriteProperties()
-
-
Method Details
-
getConfigReloading
Reload configuration. -
getScanClassesDirectory
Does the user not want to scan the WEB-INF/classes directory. -
getScanLibDirectory
Does the user want to scan the WEB-INF/lib directory. -
getBasePackages
Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to
none
in favor ofSpringBootAnnotationConfigProvider
. -
setConfigReloading
Reload configuration. -
setScanClassesDirectory
Does the user not want to scan the WEB-INF/classes directory. -
setScanLibDirectory
Does the user want to scan the WEB-INF/lib directory. -
setBasePackages
Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.Defaults to
none
in favor ofSpringBootAnnotationConfigProvider
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-