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 avrohugger-maven-plugin-1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
at.makubi.maven.plugin.avrohugger.typeoverride.logical
├─ at.makubi.maven.plugin.avrohugger.typeoverride.logical.AvroScalaTimestampMillisType.class - [JAR]
at.makubi.maven.plugin.avrohugger.typeoverride.primitive
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaBooleanType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaBytesType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaDoubleType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaFloatType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaIntType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaLongType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaNullType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.primitive.AvroScalaStringType.class - [JAR]
at.makubi.maven.plugin.avrohugger.typeoverride.complex
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaArrayType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaEnumType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaFixedType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaMapType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaProtocolType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaRecordType.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.typeoverride.complex.AvroScalaUnionType.class - [JAR]
at.makubi.maven.plugin.avrohugger
├─ at.makubi.maven.plugin.avrohugger.AvrohuggerGenerator.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.DefaultFileListHelper.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.Defaults.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.FileInclude.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.FileListHelper.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.GeneratorMojo.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.Implicits.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.Mapping.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.MatchSyntax.class - [JAR]
├─ at.makubi.maven.plugin.avrohugger.SourceGenerationFormat.class - [JAR]
at.makubi.maven.plugin.avrohugger.typeoverride
├─ at.makubi.maven.plugin.avrohugger.typeoverride.TypeOverrides.class - [JAR]