public class ReflectiveNamedDomainObjectFactory<T> extends Object implements NamedDomainObjectFactory<T>
| Constructor and Description |
|---|
ReflectiveNamedDomainObjectFactory(Class<? extends T> type,
Instantiator instantiator,
Object... extraArgs) |
ReflectiveNamedDomainObjectFactory(Class<? extends T> type,
Object... extraArgs) |
public ReflectiveNamedDomainObjectFactory(Class<? extends T> type, Object... extraArgs)
public ReflectiveNamedDomainObjectFactory(Class<? extends T> type, Instantiator instantiator, Object... extraArgs)
public T create(String name)
NamedDomainObjectFactorycreate in interface NamedDomainObjectFactory<T>name - The nameCopyright © 2013. All rights reserved