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