public abstract class JsonDelegateArray2DimBase extends JsonDelegateBase
Modifier and Type | Field and Description |
---|---|
protected Collection |
collection |
static EPTypeClass |
EPTYPE |
baseHandler, objectValue, parent, stringValue, valueType
Constructor and Description |
---|
JsonDelegateArray2DimBase(JsonHandlerDelegator baseHandler,
JsonDelegateBase parent) |
Modifier and Type | Method and Description |
---|---|
void |
endArrayValue(String name) |
boolean |
endObjectValue(String name) |
JsonDelegateBase |
startArray(String name) |
abstract JsonDelegateBase |
startArrayInner() |
JsonDelegateBase |
startObject(String name) |
addGeneralJson, endBoolean, endNull, endNumber, endString, getParent, getResult, jsonNumberFromString, setObjectValue, valueToObject
public static final EPTypeClass EPTYPE
protected Collection collection
public JsonDelegateArray2DimBase(JsonHandlerDelegator baseHandler, JsonDelegateBase parent)
public abstract JsonDelegateBase startArrayInner()
public final JsonDelegateBase startObject(String name)
startObject
in class JsonDelegateBase
public final JsonDelegateBase startArray(String name)
startArray
in class JsonDelegateBase
public final boolean endObjectValue(String name)
endObjectValue
in class JsonDelegateBase
public void endArrayValue(String name)
endArrayValue
in class JsonDelegateBase
Copyright © 2005–2021. All rights reserved.