jar

com.github.rougsig : mvi-fake-processor

Maven & Gradle

Jun 08, 2019
1 stars

MVI Fake Processor · A simple annotation processor for generating mvi fakes

Table Of Contents

Latest Version

Download com.github.rougsig : mvi-fake-processor JAR file - Latest Versions:

All Versions

Download com.github.rougsig : mvi-fake-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.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 mvi-fake-processor-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.rougsig.mvifake.processor

├─ com.github.rougsig.mvifake.processor.MviFakeProcessor.class - [JAR]

├─ com.github.rougsig.mvifake.processor.MviFakeProcessorKt.class - [JAR]

com.github.rougsig.mvifake.processor.fakeview

├─ com.github.rougsig.mvifake.processor.fakeview.FakeViewGenerator.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakeview.FakeViewGeneratorKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakeview.FakeViewType.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakeview.IntentType.class - [JAR]

com.github.rougsig.mvifake.processor.extension

├─ com.github.rougsig.mvifake.processor.extension.NameResolverExtensionsKt.class - [JAR]

com.github.rougsig.mvifake.processor.extensions

├─ com.github.rougsig.mvifake.processor.extensions.ElementExtensionsKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.extensions.KotlinProcessingEnvironmentExtensionsKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.extensions.StringExtensionsKt.class - [JAR]

com.github.rougsig.mvifake.processor.fakestateprops

├─ com.github.rougsig.mvifake.processor.fakestateprops.FakeStatePropsGenerator.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakestateprops.FakeStatePropsGeneratorKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakestateprops.FakeStatePropsType.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakestateprops.PropType.class - [JAR]

com.github.rougsig.mvifake.processor.fakedispatchprops

├─ com.github.rougsig.mvifake.processor.fakedispatchprops.FakeDispatchPropsGenerator.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakedispatchprops.FakeDispatchPropsGeneratorKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakedispatchprops.FakeDispatchPropsType.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakedispatchprops.FakeDispatchPropsTypeKt.class - [JAR]

├─ com.github.rougsig.mvifake.processor.fakedispatchprops.MethodType.class - [JAR]

com.github.rougsig.mvifake.processor.base

├─ com.github.rougsig.mvifake.processor.base.Generator.class - [JAR]

├─ com.github.rougsig.mvifake.processor.base.RxJavaObjectClassNameConstantsKt.class - [JAR]

Advertisement