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

grails.plugin.json.view.api.jsonapi.JsonApiIdRenderStrategy.groovy Maven / Gradle / Ivy

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

import org.grails.datastore.mapping.model.PersistentProperty

interface JsonApiIdRenderStrategy {

    /**
     * @param object The instance of the domain class
     * @param identity The persistent property of the identity
     * @return The value to be rendered as JSON
     */
    Object render(Object object, PersistentProperty identity)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy