Groovy Documentation

org.codehaus.groovy.grails.web.binding
[Java] Interface StructuredPropertyEditor


@SuppressWarnings("rawtypes")
public interface StructuredPropertyEditor

A PropertyEditor that is able to edit structured properties (properties made up of multiple field values). The #assemble method takes the required type and a map of field values and create an instance of the required type.

Authors:
Graeme Rocher
Since:
1.0.4


Groovy Documentation