Class RewriteProperties

    • Constructor Detail

      • RewriteProperties

        public RewriteProperties()
    • Method Detail

      • getConfigReloading

        public Boolean getConfigReloading()
        Reload configuration.
      • getScanClassesDirectory

        public Boolean getScanClassesDirectory()
        Does the user not want to scan the WEB-INF/classes directory.
      • getScanLibDirectory

        public Boolean getScanLibDirectory()
        Does the user want to scan the WEB-INF/lib directory.
      • getBasePackages

        public List<String> getBasePackages()
        Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.

        Defaults to none in favor of SpringBootAnnotationConfigProvider.

      • setConfigReloading

        public void setConfigReloading​(Boolean configReloading)
        Reload configuration.
      • setScanClassesDirectory

        public void setScanClassesDirectory​(Boolean scanClassesDirectory)
        Does the user not want to scan the WEB-INF/classes directory.
      • setScanLibDirectory

        public void setScanLibDirectory​(Boolean scanLibDirectory)
        Does the user want to scan the WEB-INF/lib directory.
      • setBasePackages

        public void setBasePackages​(List<String> basePackages)
        Retrieve the optional package filter configuration parameter. Users can disable annotation scanning with value none.

        Defaults to none in favor of SpringBootAnnotationConfigProvider.

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object