Package org.apache.bval.jsr.xml
Class Adapter1
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.validation.executable.ExecutableType>
-
- org.apache.bval.jsr.xml.Adapter1
-
public class Adapter1 extends XmlAdapter<String,javax.validation.executable.ExecutableType>
-
-
Constructor Summary
Constructors Constructor Description Adapter1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(javax.validation.executable.ExecutableType value)javax.validation.executable.ExecutableTypeunmarshal(String value)
-
-
-
Method Detail
-
unmarshal
public javax.validation.executable.ExecutableType unmarshal(String value)
- Specified by:
unmarshalin classXmlAdapter<String,javax.validation.executable.ExecutableType>
-
marshal
public String marshal(javax.validation.executable.ExecutableType value)
- Specified by:
marshalin classXmlAdapter<String,javax.validation.executable.ExecutableType>
-
-