public class YamlBeanPropertyParser extends YamlParser<cn.featherfly.common.bean.BeanProperty<?>>
json BeanProperty协议解析器
JacksonParser.ContentPROTOCOLobjectMapperlogger| 构造器和说明 |
|---|
YamlBeanPropertyParser() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> T |
doParse(java.lang.String content,
cn.featherfly.common.bean.BeanProperty<?> toBeanProperty)
解析传入的字符串
|
protected boolean |
supportFor(cn.featherfly.common.lang.reflect.Type<?> to)
是否提供对传入类型的支持
|
getContent, getProtocolcreateParameterizedTypeparseprotected boolean supportFor(cn.featherfly.common.lang.reflect.Type<?> to)
是否提供对传入类型的支持
supportFor 在类中 AbstractParser<cn.featherfly.common.bean.BeanProperty<?>>to - toprotected <T> T doParse(java.lang.String content,
cn.featherfly.common.bean.BeanProperty<?> toBeanProperty)
解析传入的字符串
doParse 在类中 AbstractParser<cn.featherfly.common.bean.BeanProperty<?>>T - 返回类型content - 需要解析的内容toBeanProperty - 解析的目标类型描述信息