Class Adapter1


  • public class Adapter1
    extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,​jakarta.validation.executable.ExecutableType>
    • Constructor Detail

      • Adapter1

        public Adapter1()
    • Method Detail

      • unmarshal

        public jakarta.validation.executable.ExecutableType unmarshal​(String value)
        Specified by:
        unmarshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,​jakarta.validation.executable.ExecutableType>
      • marshal

        public String marshal​(jakarta.validation.executable.ExecutableType value)
        Specified by:
        marshal in class jakarta.xml.bind.annotation.adapters.XmlAdapter<String,​jakarta.validation.executable.ExecutableType>