| Constructor and Description |
|---|
DtoInstantiatingConverter(Class<?> dtoType,
MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> context,
EntityInstantiators entityInstantiators)
Creates a new
Converter to instantiate DTOs. |
public DtoInstantiatingConverter(Class<?> dtoType, MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> context, EntityInstantiators entityInstantiators)
Converter to instantiate DTOs.dtoType - must not be null.context - must not be null.entityInstantiators - must not be null.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.