jar

org.ogema.tools : util-moxy

Maven & Gradle

Dec 06, 2019

OGEMA ref-impl :: util-moxy · Util bundle replacement for use with moxy, the JAXB implementation of the eclipse project.

Table Of Contents

Latest Version

Download org.ogema.tools : util-moxy JAR file - Latest Versions:

All Versions

Download org.ogema.tools : util-moxy JAR file - All Versions:

Version Vulnerabilities Size Updated
2.2.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 util-moxy-2.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ogema.tools.impl

├─ org.ogema.tools.impl.FastJsonCollectionGenerator.class - [JAR]

├─ org.ogema.tools.impl.FastJsonGenerator.class - [JAR]

├─ org.ogema.tools.impl.JsonReaderJackson.class - [JAR]

├─ org.ogema.tools.impl.ResourceCollectionSerializer.class - [JAR]

├─ org.ogema.tools.impl.ResourceSerializer.class - [JAR]

├─ org.ogema.tools.impl.SerializationCore.class - [JAR]

├─ org.ogema.tools.impl.SerializationManagerImpl.class - [JAR]

├─ org.ogema.tools.impl.StateController.class - [JAR]

├─ org.ogema.tools.impl.StaticJsonGenerator.class - [JAR]

org.ogema.util

├─ org.ogema.util.ClassContext.class - [JAR]

├─ org.ogema.util.OsgiUtils.class - [JAR]

├─ org.ogema.util.Time.class - [JAR]

├─ org.ogema.util.Util.class - [JAR]

org.ogema.serialization

├─ org.ogema.serialization.JaxbBoolean.class - [JAR]

├─ org.ogema.serialization.JaxbBooleanArray.class - [JAR]

├─ org.ogema.serialization.JaxbByteArray.class - [JAR]

├─ org.ogema.serialization.JaxbFactory.class - [JAR]

├─ org.ogema.serialization.JaxbFloat.class - [JAR]

├─ org.ogema.serialization.JaxbFloatArray.class - [JAR]

├─ org.ogema.serialization.JaxbInteger.class - [JAR]

├─ org.ogema.serialization.JaxbIntegerArray.class - [JAR]

├─ org.ogema.serialization.JaxbLink.class - [JAR]

├─ org.ogema.serialization.JaxbOpaque.class - [JAR]

├─ org.ogema.serialization.JaxbResource.class - [JAR]

├─ org.ogema.serialization.JaxbResourceCollection.class - [JAR]

├─ org.ogema.serialization.JaxbResourceList.class - [JAR]

├─ org.ogema.serialization.JaxbString.class - [JAR]

├─ org.ogema.serialization.JaxbStringArray.class - [JAR]

├─ org.ogema.serialization.JaxbTime.class - [JAR]

├─ org.ogema.serialization.JaxbTimeArray.class - [JAR]

├─ org.ogema.serialization.SchemaUtil.class - [JAR]

├─ org.ogema.serialization.SerializationStatus.class - [JAR]

├─ org.ogema.serialization.package-info.class - [JAR]

org.ogema.serialization.jaxb

├─ org.ogema.serialization.jaxb.BooleanArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.BooleanResource.class - [JAR]

├─ org.ogema.serialization.jaxb.BooleanSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.ByteArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatResource.class - [JAR]

├─ org.ogema.serialization.jaxb.FloatSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerResource.class - [JAR]

├─ org.ogema.serialization.jaxb.IntegerSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.ObjectFactory.class - [JAR]

├─ org.ogema.serialization.jaxb.OpaqueResource.class - [JAR]

├─ org.ogema.serialization.jaxb.OpaqueSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.Resource.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceCollection.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceLink.class - [JAR]

├─ org.ogema.serialization.jaxb.ResourceList.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledBoolean.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledFloat.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledInteger.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledOpaque.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledString.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledTime.class - [JAR]

├─ org.ogema.serialization.jaxb.SampledValue.class - [JAR]

├─ org.ogema.serialization.jaxb.ScheduleResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringResource.class - [JAR]

├─ org.ogema.serialization.jaxb.StringSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeArrayResource.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeResource.class - [JAR]

├─ org.ogema.serialization.jaxb.TimeSchedule.class - [JAR]

├─ org.ogema.serialization.jaxb.package-info.class - [JAR]

org.ogema.serialization.schedules

├─ org.ogema.serialization.schedules.BooleanSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.FloatSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.IntegerSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.JaxbSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.OpaqueSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.ScheduleEntry.class - [JAR]

├─ org.ogema.serialization.schedules.StringSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.TimeSchedule.class - [JAR]

├─ org.ogema.serialization.schedules.package-info.class - [JAR]