All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sampullara.mustache.ObjectHandler Maven / Gradle / Ivy

The newest version!
package com.sampullara.mustache;

import java.util.Iterator;

/**
 * TODO: Edit this
 * 

* User: sam * Date: 7/24/11 * Time: 2:59 PM */ public interface ObjectHandler { Object handleObject(Object parent, Scope scope, String name); Iterator iterate(Object object); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy