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

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

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

import org.minijson.builder.JsonBuilderException;


// Dynamic template generator.
public interface JsonTemplateGenerator
{
    String generate(Object object) throws JsonBuilderException;
    String generate(Object object, int indent) throws JsonBuilderException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy