public abstract class AbstractJsonParser extends Object implements JsonParser
Constructor and Description |
---|
AbstractJsonParser() |
Modifier and Type | Method and Description |
---|---|
protected List<Object> |
parseList(String json,
Function<String,List<Object>> parser) |
protected Map<String,Object> |
parseMap(String json,
Function<String,Map<String,Object>> parser) |
protected <T> T |
trimParse(String json,
String prefix,
Function<String,T> parser) |
protected <T> T |
tryParse(Callable<T> parser,
Class<? extends Exception> check) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseList, parseMap
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.