jar

com.github.nanodeath : typedconfig-codegen

Maven & Gradle

Feb 22, 2022
2 stars

TypedConfig Codegen · Standalone Java application that translates a TypedConfig spec into Kotlin

Table Of Contents

Latest Version

Download com.github.nanodeath : typedconfig-codegen JAR file - Latest Versions:

All Versions

Download com.github.nanodeath : typedconfig-codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 typedconfig-codegen-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nanodeath.typedconfig.codegen

├─ com.github.nanodeath.typedconfig.codegen.ClassNamesKt.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.ConfigSpecReader.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.ConfigSpecReaderKt.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.Generator.class - [JAR]

com.github.nanodeath.typedconfig.codegen.keys

├─ com.github.nanodeath.typedconfig.codegen.keys.BooleanKey.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.CollectionKeyGenerator.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.DoubleKey.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.DurationKey.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.IntegerKey.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.Key.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.KeyGenerator.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.KeyKt.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.KeyMetadata.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.ListKey.class - [JAR]

├─ com.github.nanodeath.typedconfig.codegen.keys.StringKey.class - [JAR]