public abstract class BaseJson<T extends Json>
extends java.lang.Object
| 构造器和说明 |
|---|
BaseJson() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
assertIndex(int index,
int size) |
protected void |
assertKey(java.lang.String key) |
protected <R> R |
checkNullValue(int index,
R o) |
protected <R> R |
checkNullValue(java.lang.String key,
R o) |
boolean |
isStrict() |
boolean |
isTolerant() |
T |
setStrict(boolean isStrict) |
T |
setTolerant(boolean isTolerant) |
public boolean isStrict()
public T setStrict(boolean isStrict)
public boolean isTolerant()
public T setTolerant(boolean isTolerant)
protected void assertKey(java.lang.String key)
protected <R> R checkNullValue(java.lang.String key,
R o)
protected <R> R checkNullValue(int index,
R o)
protected void assertIndex(int index,
int size)