Class JsonNodeModelFactory.ArrayNodeModel
- java.lang.Object
-
- freemarker.ext.beans.BeanModel
-
- com.flowable.platform.common.freemarker.JsonNodeModelFactory.ArrayNodeModel
-
- All Implemented Interfaces:
freemarker.ext.util.WrapperTemplateModel,freemarker.template.AdapterTemplateModel,freemarker.template.TemplateCollectionModel,freemarker.template.TemplateHashModel,freemarker.template.TemplateHashModelEx,freemarker.template.TemplateModel,freemarker.template.TemplateModelWithAPISupport,freemarker.template.TemplateSequenceModel
- Enclosing class:
- JsonNodeModelFactory
public static class JsonNodeModelFactory.ArrayNodeModel extends freemarker.ext.beans.BeanModel implements freemarker.template.TemplateCollectionModel, freemarker.template.TemplateSequenceModel
-
-
Constructor Summary
Constructors Constructor Description ArrayNodeModel(com.fasterxml.jackson.databind.node.ArrayNode object, freemarker.ext.beans.BeansWrapper wrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description freemarker.template.TemplateModelget(int index)booleanisEmpty()freemarker.template.TemplateModelIteratoriterator()intsize()
-
-
-
Method Detail
-
iterator
public freemarker.template.TemplateModelIterator iterator() throws freemarker.template.TemplateModelException- Specified by:
iteratorin interfacefreemarker.template.TemplateCollectionModel- Throws:
freemarker.template.TemplateModelException
-
get
public freemarker.template.TemplateModel get(int index) throws freemarker.template.TemplateModelException- Specified by:
getin interfacefreemarker.template.TemplateSequenceModel- Throws:
freemarker.template.TemplateModelException
-
size
public int size()
- Specified by:
sizein interfacefreemarker.template.TemplateHashModelEx- Specified by:
sizein interfacefreemarker.template.TemplateSequenceModel- Overrides:
sizein classfreemarker.ext.beans.BeanModel
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfacefreemarker.template.TemplateHashModel- Overrides:
isEmptyin classfreemarker.ext.beans.BeanModel
-
-