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 Details

    • RewriteProperties

      public RewriteProperties()
  • Method Details

    • 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.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object