Constructor and Description |
---|
VdmEntityUtil(Class<EntityT> entityClass) |
Modifier and Type | Method and Description |
---|---|
EntityT |
fromFields(Map<String,Object> fields)
Given a map of entity properties, this type-safe method instantiates entities of the given type.
|
@Nonnull public EntityT fromFields(Map<String,Object> fields)
fields
- A map of entity properties.Copyright © 2020 SAP SE. All rights reserved.