View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window thing-model-code-generator-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.cm.heclouds.adapter.thing.processor
├─ com.github.cm.heclouds.adapter.thing.processor.ChildDevProcessor.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.processor.ProductProcessor.class - [JAR]
com.github.cm.heclouds.adapter.thing.util
├─ com.github.cm.heclouds.adapter.thing.util.CommonUtil.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.util.MethodUtil.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.util.ModelUtil.class - [JAR]
com.github.cm.heclouds.adapter.thing.schema.services
├─ com.github.cm.heclouds.adapter.thing.schema.services.DataType.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.services.Service.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.services.ServiceData.class - [JAR]
com.github.cm.heclouds.adapter.thing.schema
├─ com.github.cm.heclouds.adapter.thing.schema.Consts.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.Event.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.Property.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.Schema.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.schema.Specs.class - [JAR]
com.github.cm.heclouds.adapter.thing.annotations
├─ com.github.cm.heclouds.adapter.thing.annotations.ChildDevThingModelConfiguration.class - [JAR]
├─ com.github.cm.heclouds.adapter.thing.annotations.ThingModelConfiguration.class - [JAR]