Package grails.databinding
-
Interface Summary Interface Description 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.TypedStructuredBindingEditor<T> -
Annotation Types Summary Annotation Type Description BindingFormat Apply BindingFormat to a field to provide a format to be used when binding a String to this field.BindInitializer This annotation may be applied to a a field to customize initialization of object properties in the data binding process.BindUsing This annotation may be applied to a class or to a field to customize the data binding process.