Class ModelMapperCacheProperties.Load

java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.cache.ModelMapperCacheProperties.Load
Enclosing class:
ModelMapperCacheProperties

public static class ModelMapperCacheProperties.Load extends Object
  • Constructor Details

    • Load

      public Load()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether or not ModelMapper cache loading is enabled. This property is required to allow either ModelMapper cache generation or loading.
    • getExclusionPatterns

      public List<String> getExclusionPatterns()
      List of regex expressions matching fully qualified classnames that should be excluded from ingestion during cache loading. This generally relates to one or more test scoped classes that do not matter (or should not be loaded because of classpath availability) during application runtime.
    • setEnabled

      public void setEnabled(boolean enabled)
      Whether or not ModelMapper cache loading is enabled. This property is required to allow either ModelMapper cache generation or loading.
    • setExclusionPatterns

      public void setExclusionPatterns(List<String> exclusionPatterns)
      List of regex expressions matching fully qualified classnames that should be excluded from ingestion during cache loading. This generally relates to one or more test scoped classes that do not matter (or should not be loaded because of classpath availability) during application runtime.
    • 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