public class JsonValueReader<T> extends Reader
| Modifier and Type | Field and Description | 
|---|---|
| private javax.json.JsonStructure | input | 
| private T | result | 
| Constructor and Description | 
|---|
| JsonValueReader(javax.json.JsonStructure input) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| javax.json.JsonStructure | getInput() | 
| T | getResult() | 
| int | read(char[] cbuf,
    int off,
    int len) | 
| void | setResult(T result) | 
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.