We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccee6cc commit 1ecefa6Copy full SHA for 1ecefa6
1 file changed
src/main/java/com/hubspot/jinjava/el/ext/AllowlistGroup.java
@@ -24,6 +24,7 @@
24
import com.hubspot.jinjava.util.ForLoop;
25
import java.lang.reflect.Method;
26
import java.math.BigDecimal;
27
+import java.math.BigInteger;
28
import java.time.ZonedDateTime;
29
import java.util.ArrayList;
30
import java.util.LinkedHashMap;
@@ -50,6 +51,7 @@ public enum AllowlistGroup {
50
51
boolean.class.getCanonicalName(),
52
short.class.getCanonicalName(),
53
BigDecimal.class.getCanonicalName(),
54
+ BigInteger.class.getCanonicalName(),
55
};
56
57
@Override
0 commit comments