Package org.grails.databinding

Interface Summary
BindingHelper<T> Classes which implement this interface may participate in the data binding process.
CollectionDataBindingSource  
DataBinder  
DataBindingSource A DataBindingSource is a lot like a Map but is read-only and is tailored to support data binding.
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.