jar

io.github.davolabsl : faste

Maven & Gradle

Nov 17, 2023
0 stars

Faste · Fast API generator

Table Of Contents

Latest Version

Download io.github.davolabsl : faste JAR file - Latest Versions:

All Versions

Download io.github.davolabsl : faste JAR file - All Versions:

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

io.github.davolabsl.advice.exception

├─ io.github.davolabsl.advice.exception.ExceptionResponse.class - [JAR]

├─ io.github.davolabsl.advice.exception.FasteException.class - [JAR]

io.github.davolabsl.web.rest.template.dto

├─ io.github.davolabsl.web.rest.template.dto.ApiResponseDto.class - [JAR]

├─ io.github.davolabsl.web.rest.template.dto.PaginationDto.class - [JAR]

io.github.davolabsl.web.rest.template

├─ io.github.davolabsl.web.rest.template.RestTemplate.class - [JAR]

├─ io.github.davolabsl.web.rest.template.SimpleRestTemplateSupport.class - [JAR]

io.github.davolabsl.advice

├─ io.github.davolabsl.advice.ICodeAdvice.class - [JAR]

io.github.davolabsl.web.support

├─ io.github.davolabsl.web.support.FasteSwaggerResources.class - [JAR]

io.github.davolabsl.support

├─ io.github.davolabsl.support.AdditionalHttpInfo.class - [JAR]

├─ io.github.davolabsl.support.EntityPredicate.class - [JAR]

├─ io.github.davolabsl.support.FasteEntity.class - [JAR]

├─ io.github.davolabsl.support.FasteResourceDetails.class - [JAR]

├─ io.github.davolabsl.support.HttpMethodAndValue.class - [JAR]

├─ io.github.davolabsl.support.RequestHandler.class - [JAR]

├─ io.github.davolabsl.support.ResourceConverter.class - [JAR]

├─ io.github.davolabsl.support.SwaggerResourceHandler.class - [JAR]

io.github.davolabsl.dao

├─ io.github.davolabsl.dao.GenericDao.class - [JAR]

├─ io.github.davolabsl.dao.JpaDao.class - [JAR]

io.github.davolabsl.web.rest

├─ io.github.davolabsl.web.rest.FasteResource.class - [JAR]

io.github.davolabsl.util

├─ io.github.davolabsl.util.FasteHashMapConverter.class - [JAR]

├─ io.github.davolabsl.util.JsonConverter.class - [JAR]

├─ io.github.davolabsl.util.ReflectionUtil.class - [JAR]

io.github.davolabsl.dao.support

├─ io.github.davolabsl.dao.support.JpaDaoSupport.class - [JAR]

├─ io.github.davolabsl.dao.support.JpaDaoSupportHandler.class - [JAR]

├─ io.github.davolabsl.dao.support.Page.class - [JAR]

├─ io.github.davolabsl.dao.support.SelectedFields.class - [JAR]