![JAR search and dependency download from the Maven repository](/logo.png)
com.hubspot.jinjava.tree.output.OutputNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jinjava Show documentation
Show all versions of jinjava Show documentation
Jinja templating engine implemented in Java
package com.hubspot.jinjava.tree.output;
public interface OutputNode {
String getValue();
long getSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy