jar

net.officefloor.core : officexml

Maven & Gradle

Aug 12, 2021
5 usages
60 stars

OfficeXml · OXM (Object to XML Mapping) for OfficeFloor

Table Of Contents

Latest Version

Download net.officefloor.core : officexml JAR file - Latest Versions:

All Versions

Download net.officefloor.core : officexml JAR file - All Versions:

Version Vulnerabilities Size Updated
3.40.x
3.39.x
3.38.x
3.37.x
3.36.x
3.35.x
3.34.x
3.33.x
3.32.x
3.31.x
3.30.x
3.29.x
3.28.x
3.27.x
3.26.x
3.25.x
3.24.x
3.23.x
3.22.x
3.21.x
3.20.x
3.19.x
3.18.x
3.17.x
3.16.x
3.15.x
3.14.x
3.13.x
3.12.x
3.11.x
3.10.x
3.9.x
3.8.x
3.7.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.18.x
2.16.x
2.15.x
2.14.x
2.13.x
2.12.x
2.11.x
2.10.x
2.9.x
2.8.x
2.7.x
2.6.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
1.4.x
1.3.x
1.2.x
1.1.x
1.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 officexml-3.40.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.officefloor.plugin.xml.unmarshall.load

├─ net.officefloor.plugin.xml.unmarshall.load.AbstractValueLoader.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.load.DynamicValueLoader.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.load.ObjectLoader.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.load.ObjectLoaderFactory.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.load.StaticValueLoader.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.load.ValueLoaderFactory.class - [JAR]

net.officefloor.plugin.xml.marshall.tree

├─ net.officefloor.plugin.xml.marshall.tree.AbstractTypeXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.AbstractValueXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.AbstractXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.AttributeXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.CollectionXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.ObjectXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.ProxyXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.ReferenceXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.ReferencedXmlMappingRegistry.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.StaticXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.TreeXmlMarshaller.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.TreeXmlMarshallerFactory.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.TreeXmlMarshallerManagedObjectSource.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.TypeItem.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.TypeXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.ValueXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlContext.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlMappingMetaData.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlMappingType.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlMarshallerUtil.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlSpecificContext.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.tree.XmlWriter.class - [JAR]

net.officefloor.plugin.xml.unmarshall.translate

├─ net.officefloor.plugin.xml.unmarshall.translate.AbstractNumericTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.AbstractTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.BooleanTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.ByteTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.CharacterTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.DateTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.DoubleTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.FloatTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.IntegerTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.LongTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.StringTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.Translator.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.translate.TranslatorRegistry.class - [JAR]

net.officefloor.plugin.xml.unmarshall.flat

├─ net.officefloor.plugin.xml.unmarshall.flat.FlatXmlUnmarshaller.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.flat.FlatXmlUnmarshallerManagedObjectSource.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.flat.FlatXmlUnmarshallerMetaData.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.flat.XmlMapping.class - [JAR]

net.officefloor.plugin.xml

├─ net.officefloor.plugin.xml.XmlMarshallException.class - [JAR]

├─ net.officefloor.plugin.xml.XmlMarshaller.class - [JAR]

├─ net.officefloor.plugin.xml.XmlOutput.class - [JAR]

├─ net.officefloor.plugin.xml.XmlUnmarshaller.class - [JAR]

net.officefloor.plugin.xml.unmarshall.designate

├─ net.officefloor.plugin.xml.unmarshall.designate.DesignateXmlUnmarshaller.class - [JAR]

net.officefloor.plugin.xml.marshall.output

├─ net.officefloor.plugin.xml.marshall.output.FormattedXmlOutput.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.output.WriterXmlOutput.class - [JAR]

net.officefloor.plugin.xml.unmarshall.tree

├─ net.officefloor.plugin.xml.unmarshall.tree.AttributeXmlMappings.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.ElementXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.ObjectXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.ReferenceXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.ReferencedXmlMappingRegistry.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.RootXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.StaticXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.TreeXmlUnmarshaller.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.TreeXmlUnmarshallerFactory.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.TreeXmlUnmarshallerManagedObjectSource.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.UnmarshallException.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.ValueXmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlContext.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlContextState.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlMapping.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlMappingMetaData.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlMappingType.class - [JAR]

├─ net.officefloor.plugin.xml.unmarshall.tree.XmlState.class - [JAR]

net.officefloor.plugin.xml.marshall.translate

├─ net.officefloor.plugin.xml.marshall.translate.DefaultTranslator.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.translate.Translator.class - [JAR]

├─ net.officefloor.plugin.xml.marshall.translate.TranslatorRegistry.class - [JAR]

Advertisement

Dependencies from Group

Aug 12, 2021
96 usages
60 stars
Dec 10, 2016
16 usages
Aug 12, 2021
6 usages
60 stars
Aug 12, 2021
6 usages
60 stars
Aug 12, 2021
5 usages
60 stars

Discover Dependencies

Aug 12, 2021
5 usages
60 stars
Jan 25, 2020
3 usages
1.6k stars
Oct 12, 2015
7 usages
Feb 09, 2016
2 usages
114 stars
Mar 01, 2016
2 usages
512 stars
Mar 01, 2016
2 usages
512 stars
Jul 18, 2023
7 usages
16.7k stars