|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ldaptive.io.JsonReader
public class JsonReader
Reads JSON from a Reader and returns a SearchResult.
| Constructor Summary | |
|---|---|
JsonReader(Reader reader)
Creates a new json reader. |
|
JsonReader(Reader reader,
org.ldaptive.SortBehavior sb)
Creates a new json reader. |
|
| Method Summary | |
|---|---|
org.ldaptive.SearchResult |
read()
Reads JSON data from the reader and returns a search result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsonReader(Reader reader)
reader - to read JSON from
public JsonReader(Reader reader,
org.ldaptive.SortBehavior sb)
reader - to read JSON fromsb - sort behavior of the search result| Method Detail |
|---|
public org.ldaptive.SearchResult read()
throws IOException
read in interface org.ldaptive.io.SearchResultReaderIOException - if an error occurs using the reader
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||