java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<
String,
javax.validation.executable.ExecutableType>
de.hybris.platform.validation.internal.xml.binding.Adapter1
public class Adapter1
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.validation.executable.ExecutableType>
-
Constructor Summary
Constructors
-
Method Summary
marshal(javax.validation.executable.ExecutableType value)
javax.validation.executable.ExecutableType
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adapter1
public Adapter1()
-
Method Details
-
unmarshal
public javax.validation.executable.ExecutableType unmarshal(String value)
- Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.validation.executable.ExecutableType>
-
marshal
public String marshal(javax.validation.executable.ExecutableType value)
- Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.validation.executable.ExecutableType>