jar

io.github.karamvsingh.backend-framework : operation-processor

Maven & Gradle

Apr 16, 2023
0 stars

Backend Framework Operation Processor · A KSP processor which links operation metadata generated by the gradle plugin to create an api frontend

Table Of Contents

Latest Version

Download io.github.karamvsingh.backend-framework : operation-processor JAR file - Latest Versions:

All Versions

Download io.github.karamvsingh.backend-framework : operation-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 operation-processor-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.karamvsingh.backendframework.operationprocessor.generator

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.FrameworkHandlerGenerator.class - [JAR]

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.ServiceResolver.class - [JAR]

com.github.karamvsingh.backendframework.operationprocessor

├─ com.github.karamvsingh.backendframework.operationprocessor.OperationProcessor.class - [JAR]

├─ com.github.karamvsingh.backendframework.operationprocessor.OperationProcessorProvider.class - [JAR]

com.github.karamvsingh.backendframework.operationprocessor.generator.model

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Http.class - [JAR]

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Operation.class - [JAR]

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.OperationHandler.class - [JAR]

├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Resource.class - [JAR]