T - type of domain objectProvider<T>TaskProvider<T>public interface NamedDomainObjectProvider<T> extends Provider<T>
| Modifier and Type | Method | Description | 
|---|---|---|
| void | configure(Action<? super T> action) | Configures the domain object with the given action. | 
| String | getName() | The domain object name referenced by this provider. | 
void configure(Action<? super T> action)
action - A Action that can configure the domain object when required.String getName()
Must be constant for the life of the object.