public class JsonDelegateCollection extends JsonDelegateBase
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
baseHandler, objectValue, parent, stringValue, valueType
Constructor and Description |
---|
JsonDelegateCollection(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent,
JsonDelegateFactory factory) |
Modifier and Type | Method and Description |
---|---|
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 JsonDelegateCollection(JsonHandlerDelegator baseHandler, JsonDelegateBase parent, JsonDelegateFactory factory)
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
Copyright © 2005–2021. All rights reserved.