Class XMLClassDescriptorAdapter

    • Constructor Detail

      • XMLClassDescriptorAdapter

        public XMLClassDescriptorAdapter()
      • XMLClassDescriptorAdapter

        public XMLClassDescriptorAdapter​(ClassDescriptor classDesc,
                                         java.lang.String xmlName)
                                  throws MappingException
        Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor.
        Parameters:
        classDesc - the ClassDescriptor to "adapt"
        xmlName - the XML name for the class
        Throws:
        MappingException
      • XMLClassDescriptorAdapter

        public XMLClassDescriptorAdapter​(ClassDescriptor classDesc,
                                         java.lang.String xmlName,
                                         NodeType primitiveNodeType)
                                  throws MappingException
        Creates a new XMLClassDescriptorAdapter using the given ClassDescriptor.
        Parameters:
        classDesc - the ClassDescriptor to "adapt"
        xmlName - the XML name for the class
        primitiveNodeType - the NodeType to use for primitives
        Throws:
        MappingException