com.github.edgarespina.handlebars.JSONHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of handlebars-json Show documentation
Show all versions of handlebars-json Show documentation
A JSON Helper base on Jackson
package com.github.edgarespina.handlebars;
import static org.parboiled.common.Preconditions.checkNotNull;
import java.io.IOException;
import org.codehaus.jackson.map.ObjectMapper;
/**
* Format the context object as JSON.
*
* @author edgar.espina
* @since 0.1.0
*/
public class JSONHelper implements Helper
© 2015 - 2025 Weber Informatics LLC | Privacy Policy