| 程序包 | 说明 |
|---|---|
| org.noear.snack.core | |
| org.noear.snack.from | |
| org.noear.snack.to |
| 限定符和类型 | 方法和说明 |
|---|---|
Context |
Context.handle(Handler handler)
使用代理对当前上下文进行处理
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Handler.handle(Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
JsonFromer.analyse(Context ctx,
CharReader sr,
CharBuffer sBuf,
ONode p) |
void |
ObjectFromer.handle(Context ctx) |
void |
JsonFromer.handle(Context ctx) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ObjectToer.analyseArray(Context ctx,
ONodeData d,
Class<?> target) |
Object |
ObjectToer.analyseBean(Context ctx,
ONode o,
Object rst,
Class<?> clz,
Type type,
Map<TypeVariable,Type> genericInfo) |
Object |
ObjectToer.analyseCollection(Context ctx,
ONode o,
Class<?> clz,
Type type,
Map<TypeVariable,Type> genericInfo) |
Object |
ObjectToer.analyseEnum(Context ctx,
ONodeData d,
Class<?> target) |
Object |
ObjectToer.analyseMap(Context ctx,
ONode o,
Class<?> clz,
Type type,
Map<TypeVariable,Type> genericInfo) |
Object |
ObjectToer.analyseProps(Context ctx,
ONode o,
Properties rst,
Class<?> clz,
Type type,
Map<TypeVariable,Type> genericInfo) |
Object |
ObjectToer.analyseVal(Context ctx,
ONodeData d,
Class<?> clz) |
void |
ObjectToer.handle(Context ctx) |
void |
JsonToer.handle(Context ctx) |
Copyright © 2022. All rights reserved.