jar

codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin

Maven & Gradle

Nov 29, 2022
0 stars

JAXB @XmlElementWrapper Plugin · This JAXB plugin utilizes the power of @XmlElementWrapper annotation. Originally xjc trends to create wrapper classes which are the containers for collections. This plugin goes through all properties to find ones which can be represented in the model in more optimal way.

Table Of Contents

Latest Version

Download codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin JAR file - Latest Versions:

All Versions

Download codes.rafael.jaxb-xew-plugin : jaxb-xew-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
2.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 jaxb-xew-plugin-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.sun.tools.xjc.addon.xew.config

├─ com.sun.tools.xjc.addon.xew.config.AbstractConfigurablePlugin.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.config.ClassConfiguration.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.config.CommonConfiguration.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.config.GlobalConfiguration.class - [JAR]

com.sun.tools.xjc.addon.xew

├─ com.sun.tools.xjc.addon.xew.Candidate.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.CommonUtils.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.ScopedElementInfo.class - [JAR]

├─ com.sun.tools.xjc.addon.xew.XmlElementWrapperPlugin.class - [JAR]

Advertisement