Class CFTypeAdapter


  • public class CFTypeAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​CFType>
    The Class CFTypeAdapter.

    The XML representation sometimes contain spaces when defining the data source.

    Author:
    Alejandro Galue
    • Constructor Summary

      Constructors 
      Constructor Description
      CFTypeAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(CFType type)  
      CFType 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

      • CFTypeAdapter

        public CFTypeAdapter()
    • Method Detail

      • marshal

        public java.lang.String marshal​(CFType type)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​CFType>
        Throws:
        java.lang.Exception
      • unmarshal

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