public class RegexAdapter extends 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
XmlAdapter<String,Pattern>
Exception
public String marshal(Pattern v) throws Exception
marshal
Copyright © 2016. All Rights Reserved.