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