public static interface ObjectFlatteners.FlattenerMaker<T>
| Modifier and Type | Method and Description | 
|---|---|
Iterable<String> | 
discoverRootFields(T obj)  | 
Object | 
getRootField(T obj,
            String key)  | 
Function<T,Object> | 
makeJsonPathExtractor(String expr)  | 
Function<T,Object> | 
makeJsonQueryExtractor(String expr)  | 
Copyright © 2011–2018. All rights reserved.