Class AnyTypeAdapter

    • Constructor Detail

      • AnyTypeAdapter

        public AnyTypeAdapter()
    • Method Detail

      • unmarshal

        public Object unmarshal​(Object v)
        Noop. Just returns the object given as the argument.
        Specified by:
        unmarshal in class XmlAdapter<Object,​Object>
        Parameters:
        v - The value to be converted. Can be null.
      • marshal

        public Object marshal​(Object v)
        Noop. Just returns the object given as the argument.
        Specified by:
        marshal in class XmlAdapter<Object,​Object>
        Parameters:
        v - The value to be convereted. Can be null.