properties
Purpose
Allows access to the domain class properties as a map and is typically used for Data Binding to perform types conversion when set allowing properties to be set from request parameters.Examples
def b = new Book(title:"The Shining") b.properties = this.params