Example usage for java.lang Helper interface-usage

List of usage examples for java.lang Helper interface-usage

Introduction

In this page you can find the example usage for java.lang Helper interface-usage.

Usage

From source file com.github.jknack.handlebars.JSONHelper.java

/**
 * A Jackson 1.x helper.
 * <p>
 * Basic usage:
 * </p>
 *

From source file nl.gertontenham.magnolia.templating.utils.HandlebarsPrecompileHelper.java

/**
 * Precompile a template to JavaScript using handlebars.js.
 *
 * @author edgar.espina
 * @since 0.6.0
 */

From source file com.github.jknack.handlebars.Jackson2Helper.java

/**
 * A Jackson 2.x helper.
 * <p>
 * Basic usage:
 * </p>
 *

From source file com.github.jknack.handlebars.JacksonHelper.java

/**
 * A Jackson 2.x helper.
 * <p>
 * Basic usage:
 * </p>
 *

From source file it.cnr.icar.eric.server.container.DerbyHelper.java

/**
 * {@link Helper} implementation providing Derby-specific support.
 * Initializes ${derby.system.home} if (container-specific) caller believes
 * this is necessary.  During shutdown, checkpoints the Derby
 * database. Originally copied in part from {@link
 * it.cnr.icar.eric.server.persistence.rdb.SQLPersistenceManagerImpl}.