Class LocaleAdapter


  • public class LocaleAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.util.Locale>
    • Constructor Summary

      Constructors 
      Constructor Description
      LocaleAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(java.util.Locale value)  
      java.util.Locale unmarshal​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocaleAdapter

        public LocaleAdapter()
    • Method Detail

      • marshal

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

        public java.util.Locale unmarshal​(java.lang.String value)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​java.util.Locale>