Package org.grails.databinding

Interface Summary
BindingHelper<T> Classes which implement this interface may participate in the data binding process.
DataBinder  
StructuredBindingEditor<T> StructuredBindingEditors convert structured data in a Map into an object.
 

Annotation Types Summary
BindingFormat Apply BindingFormat to a field to provide a format to be used when binding a String to this field.
BindUsing This annotation may be applied to a class or to a field to customize the data binding process.