public abstract class AbstractJsonReader extends Object
| Constructor and Description |
|---|
AbstractJsonReader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.codehaus.jackson.JsonParser |
jsonParser() |
protected org.codehaus.jackson.JsonToken |
nextToken() |
protected <T> void |
processEntities(Class<T> klazz,
EntityHandler<T> handler) |
protected <T> void |
processEntity(Class<T> klazz,
EntityHandler<T> handler) |
protected abstract org.codehaus.jackson.JsonParser jsonParser()
protected <T> void processEntities(Class<T> klazz, EntityHandler<T> handler) throws Exception
Exceptionprotected <T> void processEntity(Class<T> klazz, EntityHandler<T> handler) throws Exception
Exceptionprotected org.codehaus.jackson.JsonToken nextToken()
throws org.codehaus.jackson.JsonParseException,
IOException
org.codehaus.jackson.JsonParseExceptionIOExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.