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