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

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

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

/**
 * Created by jameskleeh on 11/8/16.
 */
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