
com.contentstack.utils.interfaces.NodeCallback Maven / Gradle / Ivy
package com.contentstack.utils.interfaces;
import org.json.JSONArray;
/**
* The interface Node callback.
*/
public interface NodeCallback {
/**
* Render children string.
*
* @param nodeJsonArray
* the node json array
* @return the string
*/
String renderChildren(JSONArray nodeJsonArray);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy