1 Star 0 Fork 5

lesa/netty-guide

forked from dreajay/netty-guide 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
binding.xml 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
dreajay 提交于 2017-05-11 17:27 . 初始化项目
<binding xmlns:ns1="http://phei.com/netty/protocol/http/xml/pojo" name="binding" package="com.phei.netty.protocol.http.xml.pojo">
<namespace uri="http://phei.com/netty/protocol/http/xml/pojo" default="elements"/>
<mapping abstract="true" type-name="ns1:order" class="com.phei.netty.protocol.http.xml.pojo.Order">
<value style="attribute" name="orderNumber" field="orderNumber"/>
<structure field="customer" usage="optional" name="customer">
<value style="attribute" name="customerNumber" field="customerNumber"/>
<value style="element" name="firstName" field="firstName" usage="optional"/>
<value style="element" name="lastName" field="lastName" usage="optional"/>
<collection field="middleNames" usage="optional" create-type="java.util.ArrayList">
<value name="middleName" type="java.lang.String"/>
</collection>
</structure>
<structure map-as="ns1:address" field="billTo" usage="optional" name="billTo"/>
<value style="element" name="shipping" field="shipping" usage="optional"/>
<structure map-as="ns1:address" field="shipTo" usage="optional" name="shipTo"/>
<value style="attribute" name="total" field="total" usage="optional"/>
</mapping>
<mapping class="com.phei.netty.protocol.http.xml.pojo.Order" name="order">
<structure map-as="ns1:order"/>
</mapping>
<mapping abstract="true" type-name="ns1:address" class="com.phei.netty.protocol.http.xml.pojo.Address">
<value style="element" name="street1" field="street1" usage="optional"/>
<value style="element" name="street2" field="street2" usage="optional"/>
<value style="element" name="city" field="city" usage="optional"/>
<value style="element" name="state" field="state" usage="optional"/>
<value style="element" name="postCode" field="postCode" usage="optional"/>
<value style="element" name="country" field="country" usage="optional"/>
</mapping>
</binding>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/githubwan521/netty-guide.git
git@gitee.com:githubwan521/netty-guide.git
githubwan521
netty-guide
netty-guide
master

搜索帮助