All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
void |
accept(int token) |
void |
accept(int token,
int nextExpectToken) |
void |
acceptType(String typeName) |
void |
addResolveTask(DefaultJSONParser.ResolveTask task) |
void |
checkListResolve(Collection array) |
void |
checkMapResolve(Map object,
Object fieldName) |
void |
close() |
void |
config(Feature feature,
boolean state) |
ParserConfig |
getConfig() |
ParseContext |
getContext() |
String |
getDateFomartPattern() |
DateFormat |
getDateFormat() |
List<ExtraProcessor> |
getExtraProcessors() |
List<ExtraTypeProvider> |
getExtraTypeProviders() |
FieldTypeResolver |
getFieldTypeResolver() |
String |
getInput() |
DefaultJSONParser.ResolveTask |
getLastResolveTask() |
JSONLexer |
getLexer() |
Object |
getObject(String path) |
ParseContext |
getOwnerContext() |
int |
getResolveStatus() |
List<DefaultJSONParser.ResolveTask> |
getResolveTaskList() |
SymbolTable |
getSymbolTable() |
void |
handleResovleTask(Object value) |
boolean |
isEnabled(Feature feature) |
Object |
parse() |
Object |
parse(Object fieldName) |
Object |
parse(PropertyProcessable object,
Object fieldName) |
void |
parseArray(Class<?> clazz,
Collection array) |
<T> List<T> |
parseArray(Class<T> clazz) |
void |
parseArray(Collection array) |
void |
parseArray(Collection array,
Object fieldName) |
Object[] |
parseArray(Type[] types) |
void |
parseArray(Type type,
Collection array) |
void |
parseArray(Type type,
Collection array,
Object fieldName) |
Object |
parseArrayWithType(Type collectionType) |
void |
parseExtra(Object object,
String key) |
Object |
parseKey() |
JSONObject |
parseObject() |
<T> T |
parseObject(Class<T> clazz) |
Object |
parseObject(Map object) |
Object |
parseObject(Map object,
Object fieldName) |
void |
parseObject(Object object) |
<T> T |
parseObject(Type type) |
<T> T |
parseObject(Type type,
Object fieldName) |
void |
popContext() |
Object |
resolveReference(String ref) |
void |
setConfig(ParserConfig config) |
ParseContext |
setContext(Object object,
Object fieldName) |
void |
setContext(ParseContext context) |
ParseContext |
setContext(ParseContext parent,
Object object,
Object fieldName) |
void |
setDateFomrat(DateFormat dateFormat)
Deprecated.
|
void |
setDateFormat(DateFormat dateFormat) |
void |
setDateFormat(String dateFormat) |
void |
setFieldTypeResolver(FieldTypeResolver fieldTypeResolver) |
void |
setResolveStatus(int resolveStatus) |
void |
throwException(int token) |