public class ConstraintAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<DefaultConstraint,SearchConstraint>
Constructor and Description |
---|
ConstraintAdapter() |
Modifier and Type | Method and Description |
---|---|
DefaultConstraint |
marshal(SearchConstraint v) |
SearchConstraint |
unmarshal(DefaultConstraint v) |
public SearchConstraint unmarshal(DefaultConstraint v) throws java.lang.Exception
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<DefaultConstraint,SearchConstraint>
java.lang.Exception
XmlAdapter.unmarshal(java.lang.Object)
public DefaultConstraint marshal(SearchConstraint v) throws java.lang.Exception
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<DefaultConstraint,SearchConstraint>
java.lang.Exception
XmlAdapter.marshal(java.lang.Object)