Responsible for locating DataBindingSourceCreator instances and using them to create DataBindingSource instances
| Type | Name and description | 
|---|---|
| java.lang.String | BEAN_NAME | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addDataBindingSourceCreator(DataBindingSourceCreator creator)Adds a new DataBindingSourceCreator to the registry | 
|  | CollectionDataBindingSource | createCollectionDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Locates a CollectionDataBindingSource for the given MimeType and binding target | 
|  | DataBindingSource | createDataBindingSource(MimeType mimeType, java.lang.Class bindingTargetType, java.lang.Object bindingSource)Locates a DataBindingSource for the given MimeType and binding target | 
Adds a new DataBindingSourceCreator to the registry
creator -  The DataBindingSourceCreatorLocates a CollectionDataBindingSource for the given MimeType and binding target
mimeType -  The MimeTypebindingTarget -  The type of the binding targetbindingSource -  The binding sourceLocates a DataBindingSource for the given MimeType and binding target
mimeType -  The MimeTypebindingTarget -  The type of the binding targetbindingSource -  The binding source