jar

com.github.zg2pro : spring-rest-basis

Maven & Gradle

May 19, 2019
2 stars

spring-rest-basis · A library of tools that come handy when doing spring-rest development

Table Of Contents

Latest Version

Download com.github.zg2pro : spring-rest-basis JAR file - Latest Versions:

All Versions

Download com.github.zg2pro : spring-rest-basis JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6
0.4
0.3
0.2
0.1

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 spring-rest-basis-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.zg2pro.spring.rest.basis.exceptions

├─ com.github.zg2pro.spring.rest.basis.exceptions.ErrorResource.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.RestTemplateErrorHandler.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.RestTemplateException.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.StackTracedException.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.Zg2proRestServerExceptionsHandler.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.Zg2proStackTrace.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.exceptions.Zg2proStackTraceElement.class - [JAR]

com.github.zg2pro.spring.rest.basis.logs

├─ com.github.zg2pro.spring.rest.basis.logs.LoggingRequestFactory.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.logs.LoggingRequestFactoryFactory.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.logs.LoggingRequestInterceptor.class - [JAR]

com.github.zg2pro.spring.rest.basis.template

├─ com.github.zg2pro.spring.rest.basis.template.AbstractZg2proRestTemplate.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.template.Zg2proRestTemplate.class - [JAR]

├─ com.github.zg2pro.spring.rest.basis.template.Zg2proRestTemplateBuilder.class - [JAR]

com.github.zg2pro.spring.rest.basis.serialization

├─ com.github.zg2pro.spring.rest.basis.serialization.CamelCaseToKebabCaseNamingStrategy.class - [JAR]