public interface EntityInstantiator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createInstance(Class<T> clazz,
Map<String,Object> propertyValues)
Creates an instance of a given class.
|
<T> T createInstance(Class<T> clazz, Map<String,Object> propertyValues)
T - Type to createclazz - The class to materialize.propertyValues - Properties of the object (needed for constructors with args)Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.