Class ModelMapperCacheProperties
- java.lang.Object
-
- com.broadleafcommerce.data.tracking.core.mapping.cache.ModelMapperCacheProperties
-
@ConfigurationProperties(prefix="broadleaf.modelmapper.cache") public class ModelMapperCacheProperties extends Object
Properties driving behavior for ModelMapper cache
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelMapperCacheProperties.Generatestatic classModelMapperCacheProperties.Load
-
Constructor Summary
Constructors Constructor Description ModelMapperCacheProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ModelMapperCacheProperties.GenerategetGenerate()ModelMapperCacheProperties.LoadgetLoad()inthashCode()voidsetGenerate(ModelMapperCacheProperties.Generate generate)voidsetLoad(ModelMapperCacheProperties.Load load)StringtoString()
-
-
-
Method Detail
-
getGenerate
public ModelMapperCacheProperties.Generate getGenerate()
-
getLoad
public ModelMapperCacheProperties.Load getLoad()
-
setGenerate
public void setGenerate(ModelMapperCacheProperties.Generate generate)
-
setLoad
public void setLoad(ModelMapperCacheProperties.Load load)
-
canEqual
protected boolean canEqual(Object other)
-
-