jar

com.github.tcurrie : rest.factory

Maven & Gradle

Jun 10, 2016
1 stars

Simple Rest Factory · Simple rest client-server factory, you give it a url, it does the rest!

Table Of Contents

Latest Version

Download com.github.tcurrie : rest.factory JAR file - Latest Versions:

All Versions

Download com.github.tcurrie : rest.factory JAR file - All Versions:

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

com.github.tcurrie.rest.factory.service

├─ com.github.tcurrie.rest.factory.service.GeneratedRestService.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.HttpServletBasis.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.MethodDelegate.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.RequestDelegate.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.RestMethodFactory.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.RestService.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.RestServiceMethod.class - [JAR]

├─ com.github.tcurrie.rest.factory.service.UriSetRestHandlerDictionary.class - [JAR]

com.github.tcurrie.rest.factory.client

├─ com.github.tcurrie.rest.factory.client.HTTPExchange.class - [JAR]

├─ com.github.tcurrie.rest.factory.client.RestClient.class - [JAR]

├─ com.github.tcurrie.rest.factory.client.RestClientFactory.class - [JAR]

├─ com.github.tcurrie.rest.factory.client.RestClientMethod.class - [JAR]

├─ com.github.tcurrie.rest.factory.client.RestClientMonitorImpl.class - [JAR]

├─ com.github.tcurrie.rest.factory.client.TimeBoxed.class - [JAR]

com.github.tcurrie.rest.factory.proxy

├─ com.github.tcurrie.rest.factory.proxy.Fields.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.MethodImplementation.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.Methods.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.ProxyFactory.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.ProxyInvocationHandler.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.ProxyMethod.class - [JAR]

├─ com.github.tcurrie.rest.factory.proxy.ProxyMethodHandler.class - [JAR]

com.github.tcurrie.rest.factory

├─ com.github.tcurrie.rest.factory.EchoResponseAdaptor.class - [JAR]

├─ com.github.tcurrie.rest.factory.JsonAdaptor.class - [JAR]

├─ com.github.tcurrie.rest.factory.RestExceptionAdaptor.class - [JAR]

├─ com.github.tcurrie.rest.factory.RestParameterAdaptor.class - [JAR]

├─ com.github.tcurrie.rest.factory.RestResponseAdaptor.class - [JAR]

├─ com.github.tcurrie.rest.factory.RestUri.class - [JAR]

├─ com.github.tcurrie.rest.factory.RestUriFactory.class - [JAR]

├─ com.github.tcurrie.rest.factory.Strings.class - [JAR]

com.github.tcurrie.rest.factory.v1

├─ com.github.tcurrie.rest.factory.v1.ExceptionWrapper.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.ResponseWrapper.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.RestClientMonitor.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.RestFactoryException.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.RestMethod.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.RestMethodDictionary.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.RestMethodVerificationResult.class - [JAR]

├─ com.github.tcurrie.rest.factory.v1.TimeOut.class - [JAR]