| 接口 | 说明 |
|---|---|
| Parser |
Parser
|
| 类 | 说明 |
|---|---|
| AbstractIterableParser<G extends cn.featherfly.common.lang.GenericType<?>> |
可迭代对象抽象解析器,完成可迭代对象(数组,集合)配置的解析,具体解析方式由子类实现类实现。
|
| AbstractParser<G extends cn.featherfly.common.lang.GenericType<?>> |
AbstractParser
|
| ClassParser<G extends cn.featherfly.common.lang.GenericType<?>> |
class类协议解析器
|
| JsonBeanPropertyParser |
json BeanProperty协议解析器
|
| JsonClassParser |
json class类协议解析器
|
| JsonParser<G extends cn.featherfly.common.lang.GenericType<?>> |
json协议解析器抽象类
|
| JsonParser.Content |
内部解析使用对象Content
|
| ParsePolity |
解析策略
|
| 异常错误 | 说明 |
|---|---|
| ParseException |
配置读取解析的时候发生的异常.
|