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

org.minijson.ext.template.TemplateJsonBuilder Maven / Gradle / Ivy

The newest version!
package org.minijson.ext.template;

import org.minijson.builder.JsonBuilder;


// TBD:
// The idea is to dynamically create a JsonTemplate (and cache it)
// and build a Json using that template.
// ...
// (We can use Velocity.evaluate(), or
//     FreeMarker StringTemplateLoader.)
// ...

// Place holder for now...
// ...


public interface TemplateJsonBuilder extends JsonBuilder
{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy