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 appops-br-codegen-1.0-RC-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.appops.tsgen
├─ org.appops.tsgen.TypeScriptGenerator.class - [JAR]
org.appops.tsgen.jackson.module.conf.typename
├─ org.appops.tsgen.jackson.module.conf.typename.SimpleJacksonTsTypeNamingStrategy.class - [JAR]
├─ org.appops.tsgen.jackson.module.conf.typename.TsTypeNamingStrategy.class - [JAR]
├─ org.appops.tsgen.jackson.module.conf.typename.WithEnclosingClassTsTypeNamingStrategy.class - [JAR]
org.appops.tsgen.jackson.module.grammar.base
├─ org.appops.tsgen.jackson.module.grammar.base.AbstractNamedType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.base.AbstractPrimitiveType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.base.AbstractType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.base.Value.class - [JAR]
org.appops.tsgen.jackson.module.writer
├─ org.appops.tsgen.jackson.module.writer.CustomAbstractTypeWriter.class - [JAR]
├─ org.appops.tsgen.jackson.module.writer.EnumTypeToEnumPatternWriter.class - [JAR]
├─ org.appops.tsgen.jackson.module.writer.ExternalModuleFormatWriter.class - [JAR]
├─ org.appops.tsgen.jackson.module.writer.InternalModuleFormatWriter.class - [JAR]
├─ org.appops.tsgen.jackson.module.writer.ModuleWriter.class - [JAR]
├─ org.appops.tsgen.jackson.module.writer.WriterPreferences.class - [JAR]
org.appops.tsgen.jackson.module.visitors
├─ org.appops.tsgen.jackson.module.visitors.BaseTsJsonFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonAnyFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonArrayFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonBooleanFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonFormatVisitorWrapper.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonMapFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonNullFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonNumberFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonObjectFormatVisitor.class - [JAR]
├─ org.appops.tsgen.jackson.module.visitors.TsJsonStringFormatVisitor.class - [JAR]
org.appops.tsgen.jackson.module
├─ org.appops.tsgen.jackson.module.Configuration.class - [JAR]
├─ org.appops.tsgen.jackson.module.DefinitionGenerator.class - [JAR]
├─ org.appops.tsgen.jackson.module.StaticFieldExporter.class - [JAR]
org.appops.tsgen.jackson.module.grammar
├─ org.appops.tsgen.jackson.module.grammar.AnyType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.ArrayType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.BooleanType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.ClassType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.EnumType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.FunctionType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.MapType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.Module.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.NullType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.NumberType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.StaticClassType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.StringType.class - [JAR]
├─ org.appops.tsgen.jackson.module.grammar.VoidType.class - [JAR]