public interface DomainObjectInstantiator<T>
Modifier and Type | Method and Description |
---|---|
<S extends T> |
newInstance(DomainObjectIdentifier identifier,
Class<S> type) |
<S extends T> S newInstance(DomainObjectIdentifier identifier, Class<S> type)