cn.gtmap.estateplat.utils
类 JaxbNotNullIntegerAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Integer>
cn.gtmap.estateplat.utils.JaxbNotNullIntegerAdapter
public class JaxbNotNullIntegerAdapter
- extends XmlAdapter<String,Integer>
- 作者:
- jiangganzhi
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbNotNullIntegerAdapter
public JaxbNotNullIntegerAdapter()
unmarshal
public Integer unmarshal(String s)
throws Exception
- 指定者:
- 类
XmlAdapter<String,Integer> 中的 unmarshal
- 抛出:
Exception
marshal
public String marshal(Integer integer)
throws Exception
- 指定者:
- 类
XmlAdapter<String,Integer> 中的 marshal
- 抛出:
Exception
Copyright © 2015–2022 cn.gtmap. All rights reserved.