jar

org.activecomponents.jadex : jadex-serialization-xml

Maven & Gradle

Sep 08, 2022
19 usages
41 stars

xml · Jadex XML is an XML data binding framework for Java and also for other representations. The main idea of Jadex XML is that neither the XML-Schema on the one side nor the Java classes on the other side should define other binding. Instead, a separate mapping between both is used as a mediation. This allows designing the XML representation independent of the Java side but still being able to connect both as desired. This idea was first put forward by the JiBX data binding framework. Jadex XML pushes it further by combining it with the configuration by exception principle. The framework can detect obvious correspondences between both sides automatically and only needs configuration information when translations are necessary. The configuration information is currently specified directly in form of Java configuration classes.

Table Of Contents

Latest Version

Download org.activecomponents.jadex : jadex-serialization-xml JAR file - Latest Versions:

All Versions

Download org.activecomponents.jadex : jadex-serialization-xml JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x

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 jadex-serialization-xml-4.0.267.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jadex.xml.reader

├─ jadex.xml.reader.AReadContext.class - [JAR]

├─ jadex.xml.reader.AReader.class - [JAR]

├─ jadex.xml.reader.IBulkObjectLinker.class - [JAR]

├─ jadex.xml.reader.IObjectLinker.class - [JAR]

├─ jadex.xml.reader.IObjectReaderHandler.class - [JAR]

├─ jadex.xml.reader.IPostProcessorCall.class - [JAR]

├─ jadex.xml.reader.IXMLReader.class - [JAR]

├─ jadex.xml.reader.LinkData.class - [JAR]

├─ jadex.xml.reader.Reader.class - [JAR]

├─ jadex.xml.reader.XMLReaderFactory.class - [JAR]

├─ jadex.xml.reader.XMLReaderFactoryDesktop.class - [JAR]

jadex.xml.writer

├─ jadex.xml.writer.AWriteContext.class - [JAR]

├─ jadex.xml.writer.AWriter.class - [JAR]

├─ jadex.xml.writer.AbstractObjectWriterHandler.class - [JAR]

├─ jadex.xml.writer.IObjectWriterHandler.class - [JAR]

├─ jadex.xml.writer.WriteContextDesktop.class - [JAR]

├─ jadex.xml.writer.WriteObjectInfo.class - [JAR]

├─ jadex.xml.writer.Writer.class - [JAR]

├─ jadex.xml.writer.XMLWriterFactory.class - [JAR]

├─ jadex.xml.writer.XMLWriterFactoryDesktop.class - [JAR]

jadex.xml

├─ jadex.xml.AbstractInfo.class - [JAR]

├─ jadex.xml.AccessInfo.class - [JAR]

├─ jadex.xml.AttributeConverter.class - [JAR]

├─ jadex.xml.AttributeInfo.class - [JAR]

├─ jadex.xml.IAttributeConverter.class - [JAR]

├─ jadex.xml.IContext.class - [JAR]

├─ jadex.xml.IObjectObjectConverter.class - [JAR]

├─ jadex.xml.IPostProcessor.class - [JAR]

├─ jadex.xml.IPreProcessor.class - [JAR]

├─ jadex.xml.IReturnValueCommand.class - [JAR]

├─ jadex.xml.ISubObjectConverter.class - [JAR]

├─ jadex.xml.LinkingInfo.class - [JAR]

├─ jadex.xml.MappingInfo.class - [JAR]

├─ jadex.xml.Namespace.class - [JAR]

├─ jadex.xml.ObjectInfo.class - [JAR]

├─ jadex.xml.PropertiesXMLHelper.class - [JAR]

├─ jadex.xml.SXML.class - [JAR]

├─ jadex.xml.StackElement.class - [JAR]

├─ jadex.xml.SubObjectConverter.class - [JAR]

├─ jadex.xml.SubobjectInfo.class - [JAR]

├─ jadex.xml.TypeInfo.class - [JAR]

├─ jadex.xml.TypeInfoPathManager.class - [JAR]

├─ jadex.xml.TypeInfoTypeManager.class - [JAR]

├─ jadex.xml.XMLInfo.class - [JAR]

jadex.xml.bean

├─ jadex.xml.bean.BeanAccessInfo.class - [JAR]

├─ jadex.xml.bean.BeanObjectReaderHandler.class - [JAR]

├─ jadex.xml.bean.BeanObjectWriterHandler.class - [JAR]

├─ jadex.xml.bean.IBeanObjectCreator.class - [JAR]

├─ jadex.xml.bean.JavaReader.class - [JAR]

├─ jadex.xml.bean.JavaWriter.class - [JAR]

├─ jadex.xml.bean.MapEntry.class - [JAR]

├─ jadex.xml.bean.STypeInfosAWT.class - [JAR]

jadex.xml.stax

├─ jadex.xml.stax.ILocation.class - [JAR]

├─ jadex.xml.stax.JadexLocationWrapper.class - [JAR]

├─ jadex.xml.stax.JadexXMLReporterWrapper.class - [JAR]

├─ jadex.xml.stax.Location.class - [JAR]

├─ jadex.xml.stax.QName.class - [JAR]

├─ jadex.xml.stax.StaxLocationWrapper.class - [JAR]

├─ jadex.xml.stax.StaxReaderWrapper.class - [JAR]

├─ jadex.xml.stax.StaxXMLReporterWrapper.class - [JAR]

├─ jadex.xml.stax.XMLReporter.class - [JAR]

├─ jadex.xml.stax.XmlTag.class - [JAR]

├─ jadex.xml.stax.XmlUtil.class - [JAR]

Advertisement