Class Adapter1


  • public class Adapter1
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Float>
    • Constructor Detail

      • Adapter1

        public Adapter1()
    • Method Detail

      • unmarshal

        public Float unmarshal​(String value)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Float>
      • marshal

        public String marshal​(Float value)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​Float>