jar

me.qnox.builder-generator-kotlin : processor

Maven & Gradle

Jan 18, 2023
0 stars

Object Builder Generator for Kotlin · Object Builder Generator for Kotlin

Table Of Contents

Latest Version

Download me.qnox.builder-generator-kotlin : processor JAR file - Latest Versions:

All Versions

Download me.qnox.builder-generator-kotlin : processor JAR file - All Versions:

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

me.qnox.builder.processor.bean

├─ me.qnox.builder.processor.bean.Bean.class - [JAR]

├─ me.qnox.builder.processor.bean.BeanIntrospector.class - [JAR]

├─ me.qnox.builder.processor.bean.Property.class - [JAR]

me.qnox.builder.processor

├─ me.qnox.builder.processor.BuilderGenerator.class - [JAR]

├─ me.qnox.builder.processor.BuilderGeneratorKt.class - [JAR]

├─ me.qnox.builder.processor.DslInterfaceGenerator.class - [JAR]

├─ me.qnox.builder.processor.Processor.class - [JAR]

├─ me.qnox.builder.processor.ProcessorContext.class - [JAR]

├─ me.qnox.builder.processor.ProcessorProvider.class - [JAR]