Class TemplateModel.JavaNull

java.lang.Object
freemarker.template.TemplateModel.JavaNull
All Implemented Interfaces:
TemplateModel, Serializable
Enclosing interface:
TemplateModel

public static class TemplateModel.JavaNull extends Object implements TemplateModel, Serializable
The type of the TemplateModel.JAVA_NULL object. Using a named class instead of an anonymous one, as it is easier to figure out what's wrong from an error message when the reported class name is "TemplateModel$JavaNull" than when it is "TemplateModel$1", also implements serialization singleton.
See Also: