grails.plugin.json.view.JsonViewGeneratorConfiguration.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of views-json Show documentation
Show all versions of views-json Show documentation
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"
}