public class ObjectFieldMapper extends Object
| Constructor and Description |
|---|
ObjectFieldMapper() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
mapField(Class clazz,
ObjectResultNode node) |
static Object |
mapFromDbObjectNode(Class classz,
ObjectResultNode node,
Mapping mapping) |
public static Object mapFromDbObjectNode(Class classz, ObjectResultNode node, Mapping mapping) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NotsupportedTypeException, NoSuchMethodException, SecurityException
public static Object mapField(Class clazz, ObjectResultNode node) throws InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NotsupportedTypeException, SecurityException, NoSuchMethodException
Copyright © 2012–2022 Zalando SE. All rights reserved.