Package com.hubspot.jinjava.interpret
Class NullValue
java.lang.Object
com.hubspot.jinjava.interpret.NullValue
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 -
Field Summary
Fields -
Method Summary