public class RegexAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Pattern>
RegexAdapter()
String
marshal(Pattern v)
Pattern
unmarshal(String v)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RegexAdapter()
public Pattern unmarshal(String v) throws Exception
unmarshal
javax.xml.bind.annotation.adapters.XmlAdapter<String,Pattern>
Exception
public String marshal(Pattern v) throws Exception
marshal