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 dataflattener_2.12-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.deprosun.dataflattener.model
├─ com.github.deprosun.dataflattener.model.AttributeContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.BroadCast.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ColumnMappingContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ConcatJsonPathContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ExplodeMappingContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.Filter.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ForeignKeyAttributeContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.JsonPathContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ListMappingContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.MapFunctionJsonPathContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.MapperContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.MappingContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ObjectMappingContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.PathName.class - [JAR]
├─ com.github.deprosun.dataflattener.model.PrimaryKeyAttributeContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.ReferenceAttributeContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.SimpleJsonPathContext.class - [JAR]
├─ com.github.deprosun.dataflattener.model.StraightMappingContext.class - [JAR]
com.github.deprosun.dataflattener.transform
├─ com.github.deprosun.dataflattener.transform.Column.class - [JAR]
├─ com.github.deprosun.dataflattener.transform.Row.class - [JAR]
├─ com.github.deprosun.dataflattener.transform.Table.class - [JAR]
├─ com.github.deprosun.dataflattener.transform.Transformer.class - [JAR]
com.github.deprosun.dataflattener.parser
├─ com.github.deprosun.dataflattener.parser.FlattenerBaseListener.class - [JAR]
├─ com.github.deprosun.dataflattener.parser.FlattenerLexer.class - [JAR]
├─ com.github.deprosun.dataflattener.parser.FlattenerListener.class - [JAR]
├─ com.github.deprosun.dataflattener.parser.FlattenerParser.class - [JAR]
├─ com.github.deprosun.dataflattener.parser.ThrowingErrorListener.class - [JAR]
├─ com.github.deprosun.dataflattener.parser.WrongSyntaxErrorListener.class - [JAR]