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 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>