Class NullValue

java.lang.Object
com.hubspot.jinjava.interpret.NullValue

public final class NullValue extends 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.
  • Field Details

    • INSTANCE

      public static final NullValue INSTANCE
  • Method Details