public class JsonPathMapper extends Object
JsonPathMapper(Object json)
JsonPathMapper(String json)
static Object
filter(Object value, String filtersOptions)
<T> T
map(Class<T> beanClass)
<T> List<T>
mapToList(Class<T> beanClass)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonPathMapper(Object json)
public JsonPathMapper(String json)
public static Object filter(Object value, String filtersOptions)
public <T> List<T> mapToList(Class<T> beanClass)
public <T> T map(Class<T> beanClass)
Copyright © 2018. All rights reserved.