Class ErrorGroupConfigProperties
java.lang.Object
ch.admin.bit.jeap.errorhandling.domain.group.ErrorGroupConfigProperties
@Configuration
@ConfigurationProperties(prefix="jeap.errorhandling.error-groups")
public class ErrorGroupConfigProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()booleanIf errors should be collected into error groups or not.voidsetErrorGroupingEnabled(boolean errorGroupingEnabled) If errors should be collected into error groups or not.toString()
-
Constructor Details
-
ErrorGroupConfigProperties
public ErrorGroupConfigProperties()
-
-
Method Details
-
isErrorGroupingEnabled
public boolean isErrorGroupingEnabled()If errors should be collected into error groups or not. -
setErrorGroupingEnabled
public void setErrorGroupingEnabled(boolean errorGroupingEnabled) If errors should be collected into error groups or not. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-