T - The type of objects which this factory creates.public interface NamedDomainObjectFactory<T>
T.| Modifier and Type | Method | Description | 
|---|---|---|
| T | create(java.lang.String name) | Creates a new object with the given name. | 
T create(java.lang.String name)
name - The name