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