Package de.gematik.rbellogger.data
Class RbelJexlShadingExpression
- java.lang.Object
-
- de.gematik.rbellogger.data.RbelJexlShadingExpression
-
public class RbelJexlShadingExpression extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRbelJexlShadingExpression.RbelJexlShadingExpressionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RbelJexlShadingExpression.RbelJexlShadingExpressionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetJexlExpression()AtomicIntegergetNumberOfMatches()StringgetShadingValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static RbelJexlShadingExpression.RbelJexlShadingExpressionBuilder builder()
-
getJexlExpression
public String getJexlExpression()
-
getShadingValue
public String getShadingValue()
-
getNumberOfMatches
public AtomicInteger getNumberOfMatches()
-
canEqual
protected boolean canEqual(Object other)
-
-