Class JaxbCustomPropertiesAdapter


  • public class JaxbCustomPropertiesAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<ai.timefold.solver.core.impl.io.jaxb.adapter.JaxbCustomPropertiesAdapter.JaxbAdaptedMap,​Map<String,​String>>
    • Constructor Detail

      • JaxbCustomPropertiesAdapter

        public JaxbCustomPropertiesAdapter()
    • Method Detail

      • unmarshal

        public Map<String,​String> unmarshal​(ai.timefold.solver.core.impl.io.jaxb.adapter.JaxbCustomPropertiesAdapter.JaxbAdaptedMap jaxbAdaptedMap)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ai.timefold.solver.core.impl.io.jaxb.adapter.JaxbCustomPropertiesAdapter.JaxbAdaptedMap,​Map<String,​String>>
      • marshal

        public ai.timefold.solver.core.impl.io.jaxb.adapter.JaxbCustomPropertiesAdapter.JaxbAdaptedMap marshal​(Map<String,​String> originalMap)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ai.timefold.solver.core.impl.io.jaxb.adapter.JaxbCustomPropertiesAdapter.JaxbAdaptedMap,​Map<String,​String>>