public class JsonDelegateEventObjectArray extends JsonDelegateBase
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
baseHandler, objectValue, parent, stringValue, valueType
Constructor and Description |
---|
JsonDelegateEventObjectArray(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
JsonDelegateFactory factory,
EPTypeClass componentType) |
Modifier and Type | Method and Description |
---|---|
static Object |
collectionToTypedArray(Collection events,
Class componentType) |
void |
endArrayValue(String name) |
boolean |
endObjectValue(String name) |
Object |
getResult() |
JsonDelegateBase |
startArray(String name) |
JsonDelegateBase |
startObject(String name) |
addGeneralJson, endBoolean, endNull, endNumber, endString, getParent, jsonNumberFromString, setObjectValue, valueToObject
public static final EPTypeClass EPTYPE
public JsonDelegateEventObjectArray(JsonHandlerDelegator baseHandler, JsonDelegateBase parent, JsonDelegateFactory factory, EPTypeClass componentType)
public JsonDelegateBase startObject(String name)
startObject
in class JsonDelegateBase
public JsonDelegateBase startArray(String name)
startArray
in class JsonDelegateBase
public boolean endObjectValue(String name)
endObjectValue
in class JsonDelegateBase
public void endArrayValue(String name)
endArrayValue
in class JsonDelegateBase
public Object getResult()
getResult
in class JsonDelegateBase
public static Object collectionToTypedArray(Collection events, Class componentType)
Copyright © 2005–2022. All rights reserved.