Class ModelMapperCacheProperties.Load
java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.cache.ModelMapperCacheProperties.Load
- Enclosing class:
- ModelMapperCacheProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanList of regex expressions matching fully qualified classnames that should be excluded from ingestion during cache loading.inthashCode()booleanWhether or not ModelMapper cache loading is enabled.voidsetEnabled(boolean enabled) Whether or not ModelMapper cache loading is enabled.voidsetExclusionPatterns(List<String> exclusionPatterns) List of regex expressions matching fully qualified classnames that should be excluded from ingestion during cache loading.toString()
-
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
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
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-