jar

com.michaelpardo : ollie-compiler

Maven & Gradle

Dec 18, 2014
1 usages
417 stars

Ollie Compiler · Compile-time active record ORM for Android.

Table Of Contents

Latest Version

Download com.michaelpardo : ollie-compiler JAR file - Latest Versions:

All Versions

Download com.michaelpardo : ollie-compiler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x
0.2.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 ollie-compiler-0.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ollie.internal.codegen.element

├─ ollie.internal.codegen.element.ColumnElement.class - [JAR]

├─ ollie.internal.codegen.element.MigrationElement.class - [JAR]

├─ ollie.internal.codegen.element.ModelAdapterElement.class - [JAR]

├─ ollie.internal.codegen.element.TypeAdapterElement.class - [JAR]

ollie.internal.codegen

├─ ollie.internal.codegen.Errors.class - [JAR]

├─ ollie.internal.codegen.OllieProcessor.class - [JAR]

├─ ollie.internal.codegen.Registry.class - [JAR]

ollie.internal.codegen.writer

├─ ollie.internal.codegen.writer.AdapterHolderWriter.class - [JAR]

├─ ollie.internal.codegen.writer.ModelAdapterWriter.class - [JAR]

├─ ollie.internal.codegen.writer.SourceWriter.class - [JAR]

ollie.internal.codegen.step

├─ ollie.internal.codegen.step.AdapterHolderStep.class - [JAR]

├─ ollie.internal.codegen.step.ColumnStep.class - [JAR]

├─ ollie.internal.codegen.step.MigrationStep.class - [JAR]

├─ ollie.internal.codegen.step.ModelAdapterStep.class - [JAR]

├─ ollie.internal.codegen.step.ProcessingStep.class - [JAR]

├─ ollie.internal.codegen.step.TypeAdapterStep.class - [JAR]

ollie.internal.codegen.validator

├─ ollie.internal.codegen.validator.ColumnValidator.class - [JAR]

├─ ollie.internal.codegen.validator.MigrationValidator.class - [JAR]

├─ ollie.internal.codegen.validator.ModelAdapterValidator.class - [JAR]

├─ ollie.internal.codegen.validator.TypeAdapterValidator.class - [JAR]

├─ ollie.internal.codegen.validator.Validator.class - [JAR]