jar

org.fuchss : xml-object-mapper

Maven & Gradle

Jul 11, 2023
1 stars

XML Object Mapper · This project contains a simple object mapper for XML files. Currently, it only supports reading from XML files.

Table Of Contents

Latest Version

Download org.fuchss : xml-object-mapper JAR file - Latest Versions:

All Versions

Download org.fuchss : xml-object-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xml-object-mapper-0.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.fuchss.xmlobjectmapper.util

├─ org.fuchss.xmlobjectmapper.util.CommonUtils.class - [JAR]

├─ org.fuchss.xmlobjectmapper.util.ReflectUtils.class - [JAR]

org.fuchss.xmlobjectmapper.mapper

├─ org.fuchss.xmlobjectmapper.mapper.XMLMapper.class - [JAR]

├─ org.fuchss.xmlobjectmapper.mapper.XMLParser.class - [JAR]

├─ org.fuchss.xmlobjectmapper.mapper.XMLSerializer.class - [JAR]

org.fuchss.xmlobjectmapper

├─ org.fuchss.xmlobjectmapper.Object2XML.class - [JAR]

├─ org.fuchss.xmlobjectmapper.XML2Object.class - [JAR]

├─ org.fuchss.xmlobjectmapper.XMLException.class - [JAR]

├─ org.fuchss.xmlobjectmapper.XMLExceptionGenerator.class - [JAR]

├─ org.fuchss.xmlobjectmapper.XMLParserException.class - [JAR]

├─ org.fuchss.xmlobjectmapper.XMLRegistry.class - [JAR]

org.fuchss.xmlobjectmapper.annotation

├─ org.fuchss.xmlobjectmapper.annotation.XMLClass.class - [JAR]

├─ org.fuchss.xmlobjectmapper.annotation.XMLList.class - [JAR]

├─ org.fuchss.xmlobjectmapper.annotation.XMLReference.class - [JAR]

├─ org.fuchss.xmlobjectmapper.annotation.XMLValue.class - [JAR]

Advertisement