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