Package org.geotools.geojson.feature
Class ArrayHandler
- Object
-
- HandlerBase
-
- ArrayHandler
-
- All Implemented Interfaces:
IContentHandler<List<Object>>
,ContentHandler
public class ArrayHandler extends HandlerBase implements IContentHandler<List<Object>>
-
-
Constructor Summary
Constructors Constructor Description ArrayHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
endArray()
List<Object>
getValue()
boolean
primitive(Object value)
boolean
startArray()
-
Methods inherited from class HandlerBase
endJSON, endObject, endObjectEntry, startJSON, startObject, startObjectEntry
-
-
-
-
Method Detail
-
startArray
public boolean startArray() throws ParseException, IOException
- Specified by:
startArray
in interfaceContentHandler
- Overrides:
startArray
in classHandlerBase
- Throws:
ParseException
IOException
-
primitive
public boolean primitive(Object value) throws ParseException, IOException
- Specified by:
primitive
in interfaceContentHandler
- Overrides:
primitive
in classHandlerBase
- Throws:
ParseException
IOException
-
endArray
public boolean endArray() throws ParseException, IOException
- Specified by:
endArray
in interfaceContentHandler
- Overrides:
endArray
in classHandlerBase
- Throws:
ParseException
IOException
-
-