public class UUIDXmlAdapter extends XmlAdapter<String,UUID>
UUIDXmlAdapter()
String
marshal(UUID value)
UUID
unmarshal(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UUIDXmlAdapter()
public UUID unmarshal(String value) throws Exception
unmarshal
XmlAdapter<String,UUID>
Exception
public String marshal(UUID value) throws Exception
marshal
Copyright © 2019. All rights reserved.