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

grails.plugin.json.renderer.ErrorsJsonViewRenderer.groovy Maven / Gradle / Ivy

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

import groovy.transform.CompileStatic
import groovy.transform.InheritConstructors
import org.springframework.validation.Errors

/**
 * Renderer for the errors view
 *
 * @author Graeme Rocher
 * @since 1.0
 */
@InheritConstructors
@CompileStatic
class ErrorsJsonViewRenderer extends AbstractJsonViewContainerRenderer{
    final Class componentType = Object
}