jar

io.github.jason-apache.lazy-cat : orm-api

Maven & Gradle

Jun 19, 2021
4.1k stars

orm framework

Table Of Contents

Latest Version

Download io.github.jason-apache.lazy-cat : orm-api JAR file - Latest Versions:

All Versions

Download io.github.jason-apache.lazy-cat : orm-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 orm-api-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lazy.cat.orm.api.manager

├─ com.lazy.cat.orm.api.manager.ApiPojoManager.class - [JAR]

├─ com.lazy.cat.orm.api.manager.WebManagerConfiguration.class - [JAR]

com.lazy.cat.orm.api.web.entrust.handle

├─ com.lazy.cat.orm.api.web.entrust.handle.ApiExceptionHandler.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.BasicExceptionHandler.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.DefaultEntrustForwardHandle.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.EntrustForwardHandle.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.ExceptionHandler.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.FrameworkExceptionHandler.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.handle.ServletExceptionHandler.class - [JAR]

com.lazy.cat.orm.api.interceptor

├─ com.lazy.cat.orm.api.interceptor.EntrustRequestInterceptor.class - [JAR]

com.lazy.cat.orm.api.web.constant

├─ com.lazy.cat.orm.api.web.constant.ApiConstant.class - [JAR]

├─ com.lazy.cat.orm.api.web.constant.ApiEntry.class - [JAR]

com.lazy.cat.orm.api.web.entrust

├─ com.lazy.cat.orm.api.web.entrust.ErrorData.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.ErrorMsg.class - [JAR]

com.lazy.cat.orm.api.config

├─ com.lazy.cat.orm.api.config.ApiConfig.class - [JAR]

├─ com.lazy.cat.orm.api.config.FullAutoMappingApiConfiguration.class - [JAR]

├─ com.lazy.cat.orm.api.config.FullyAutomaticArgumentResolver.class - [JAR]

com.lazy.cat.orm.api.exception

├─ com.lazy.cat.orm.api.exception.ApiException.class - [JAR]

├─ com.lazy.cat.orm.api.exception.BadRequestException.class - [JAR]

├─ com.lazy.cat.orm.api.exception.ExistNameSpaceException.class - [JAR]

├─ com.lazy.cat.orm.api.exception.ExistPathApiException.class - [JAR]

├─ com.lazy.cat.orm.api.exception.SamePathApiException.class - [JAR]

com.lazy.cat.orm.api.web.provider

├─ com.lazy.cat.orm.api.web.provider.ApiPathProvider.class - [JAR]

├─ com.lazy.cat.orm.api.web.provider.ApiPojoSubjectProvider.class - [JAR]

├─ com.lazy.cat.orm.api.web.provider.DefaultApiPathProvider.class - [JAR]

├─ com.lazy.cat.orm.api.web.provider.DefaultApiPojoSubjectProvider.class - [JAR]

com.lazy.cat.orm.api

├─ com.lazy.cat.orm.api.LazyCatWebAutoConfiguration.class - [JAR]

com.lazy.cat.orm.api.web.annotation

├─ com.lazy.cat.orm.api.web.annotation.ApiPojo.class - [JAR]

├─ com.lazy.cat.orm.api.web.annotation.Entry.class - [JAR]

├─ com.lazy.cat.orm.api.web.annotation.FullyAutomaticArgument.class - [JAR]

com.lazy.cat.orm.api.web.entrust.controller

├─ com.lazy.cat.orm.api.web.entrust.controller.AbstractEntrustController.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.controller.EntrustApi.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.controller.EntrustController.class - [JAR]

├─ com.lazy.cat.orm.api.web.entrust.controller.UnKnowApiEntrustController.class - [JAR]

com.lazy.cat.orm.api.web

├─ com.lazy.cat.orm.api.web.ApiAutoConfiguration.class - [JAR]

├─ com.lazy.cat.orm.api.web.UriPojoMapping.class - [JAR]

com.lazy.cat.orm.api.util

├─ com.lazy.cat.orm.api.util.PathGenerator.class - [JAR]

com.lazy.cat.orm.api.manager.subject

├─ com.lazy.cat.orm.api.manager.subject.ApiPojoSubject.class - [JAR]

Advertisement