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