public class FieldValueExtractor extends Object
| Constructor and Description |
|---|
FieldValueExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getValue(String[] split,
Map<String,Object> object)
Extracts a nested value for the specified nested field from the given object
|
static Object |
getValue(String field,
Map<String,Object> object)
Extracts a nested value for the specified field from the given object
|
Copyright © 2016. All rights reserved.