public class ArrayListConverter extends AbstractIterable implements SerieConverterInterface
Constructor and Description |
---|
ArrayListConverter() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object o)
used to unmarshalling a js array
add new child (java class)
|
java.lang.Object |
getObject()
used to unmarshalling a js array
return the final object
|
hasNext, next, remove, setObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setObject
public void add(java.lang.Object o) throws NotYetDefinedException
SerieConverterInterface
add
in interface SerieConverterInterface
NotYetDefinedException
- if base object not yet instanciedpublic java.lang.Object getObject() throws NotYetDefinedException
SerieConverterInterface
getObject
in interface SerieConverterInterface
NotYetDefinedException
- if base object not yet instancied