public class ArrayHandler extends HandlerBase implements IContentHandler<List>
| Constructor and Description |
|---|
ArrayHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endArray() |
List |
getValue() |
boolean |
primitive(Object value) |
boolean |
startArray() |
endJSON, endObject, endObjectEntry, startJSON, startObject, startObjectEntrypublic boolean startArray()
throws ParseException,
IOException
startArray in interface ContentHandlerstartArray in class HandlerBaseParseExceptionIOExceptionpublic boolean primitive(Object value) throws ParseException, IOException
primitive in interface ContentHandlerprimitive in class HandlerBaseParseExceptionIOExceptionpublic boolean endArray()
throws ParseException,
IOException
endArray in interface ContentHandlerendArray in class HandlerBaseParseExceptionIOExceptionpublic List getValue()
getValue in interface IContentHandler<List>Copyright © 1996–2019 Geotools. All rights reserved.