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

grails.plugin.json.view.JsonViewGeneratorConfiguration.groovy Maven / Gradle / Ivy

Go to download

Provides additional view technologies to the Grails framework, including JSON and Markup views.

The newest version!
package grails.plugin.json.view

import groovy.transform.CompileStatic

/**
 * Created by jameskleeh on 11/8/16.
 */
@CompileStatic
class JsonViewGeneratorConfiguration {

    Boolean escapeUnicode = false

    String dateFormat = "yyyy-MM-dd'T'HH:mm:ss'Z'"

    String timeZone = "GMT"

    String locale = "en/US"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy