Package com.hubspot.jinjava.interpret
Class NullValue
- java.lang.Object
-
- com.hubspot.jinjava.interpret.NullValue
-
public final class NullValue extends java.lang.Object
Marker object of a `null` value. A null value in the map is usually considered the key does not exist. For example map = {"a": null}, if map.get("a") == null, we treat it as the there is not key "a" in the map.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NullValue.NullValueSerializer
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullValue
instance()
java.lang.String
toString()
-