jar

org.bitbucket.restgap : restgap

Maven & Gradle

Dec 25, 2020

RestGap · RestGap allows you to create REST clients based on JAX-RS interfaces in one line of code. It uses Spring's RestTemplate as back end.

Table Of Contents

Latest Version

Download org.bitbucket.restgap : restgap JAR file - Latest Versions:

All Versions

Download org.bitbucket.restgap : restgap JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
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 restgap-0.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.bitbucket.restgap.frontend.springmvc

├─ org.bitbucket.restgap.frontend.springmvc.SpringMVCFrontend.class - [JAR]

├─ org.bitbucket.restgap.frontend.springmvc.SpringMVCResponseConverter.class - [JAR]

org.bitbucket.restgap.impl

├─ org.bitbucket.restgap.impl.AbstractPlanExecutor.class - [JAR]

├─ org.bitbucket.restgap.impl.CallInfoHarvester.class - [JAR]

├─ org.bitbucket.restgap.impl.CallInfoImpl.class - [JAR]

├─ org.bitbucket.restgap.impl.PlanUtils.class - [JAR]

├─ org.bitbucket.restgap.impl.RestCallContextImpl.class - [JAR]

├─ org.bitbucket.restgap.impl.RestCallImpl.class - [JAR]

├─ org.bitbucket.restgap.impl.RestGapClientImpl.class - [JAR]

org.bitbucket.restgap.impl.springmvc

├─ org.bitbucket.restgap.impl.springmvc.SpringMVCUtil.class - [JAR]

org.bitbucket.restgap.backend

├─ org.bitbucket.restgap.backend.Backend.class - [JAR]

├─ org.bitbucket.restgap.backend.PlanExecutor.class - [JAR]

├─ org.bitbucket.restgap.backend.RestCallResult.class - [JAR]

org.bitbucket.restgap.client

├─ org.bitbucket.restgap.client.CallHandler.class - [JAR]

├─ org.bitbucket.restgap.client.RestCall.class - [JAR]

├─ org.bitbucket.restgap.client.RestCallContext.class - [JAR]

├─ org.bitbucket.restgap.client.RestGapClient.class - [JAR]

├─ org.bitbucket.restgap.client.ResultHandler.class - [JAR]

org.bitbucket.restgap.frontend

├─ org.bitbucket.restgap.frontend.Frontend.class - [JAR]

├─ org.bitbucket.restgap.frontend.ResponseConverter.class - [JAR]

org.bitbucket.restgap.backend.spring

├─ org.bitbucket.restgap.backend.spring.RestTemplateBackend.class - [JAR]

├─ org.bitbucket.restgap.backend.spring.RestTemplateCallResult.class - [JAR]

├─ org.bitbucket.restgap.backend.spring.RestTemplatePlanExecutor.class - [JAR]

org.bitbucket.restgap.backend.jaxrs

├─ org.bitbucket.restgap.backend.jaxrs.JAXRSBackend.class - [JAR]

├─ org.bitbucket.restgap.backend.jaxrs.JAXRSPlanExecutor.class - [JAR]

├─ org.bitbucket.restgap.backend.jaxrs.ResponseCallResult.class - [JAR]

├─ org.bitbucket.restgap.backend.jaxrs.SimpleCallResult.class - [JAR]

org.bitbucket.restgap

├─ org.bitbucket.restgap.BasicAuthCallHandler.class - [JAR]

├─ org.bitbucket.restgap.CallInfo.class - [JAR]

├─ org.bitbucket.restgap.ClientFactory.class - [JAR]

├─ org.bitbucket.restgap.ParamKind.class - [JAR]

├─ org.bitbucket.restgap.ParameterDefinition.class - [JAR]

├─ org.bitbucket.restgap.Plan.class - [JAR]

├─ org.bitbucket.restgap.PlanInvocationHandler.class - [JAR]

├─ org.bitbucket.restgap.RESTTemplateJAXRSClientFactory.class - [JAR]

├─ org.bitbucket.restgap.RESTTemplateSpringMVCFactory.class - [JAR]

org.bitbucket.restgap.frontend.jaxrs

├─ org.bitbucket.restgap.frontend.jaxrs.JAXRSFrontend.class - [JAR]

├─ org.bitbucket.restgap.frontend.jaxrs.JAXRSResponseConverter.class - [JAR]

├─ org.bitbucket.restgap.frontend.jaxrs.JAXRSResponseEntityAdapter.class - [JAR]