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

grails.plugin.json.view.api.JsonApiViewHelper.groovy Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package grails.plugin.json.view.api

import grails.plugin.json.builder.JsonOutput
import groovy.transform.CompileStatic

/**
 * @author Colin Harrington
 */
@CompileStatic
interface JsonApiViewHelper {

    JsonOutput.JsonWritable render(Object object)

    JsonOutput.JsonWritable render(Object object, Map arguments)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy