jar

com.strandls.alchemy : alchemy-rest-client-generator

Maven & Gradle

May 18, 2015
10 stars

Alchemy Rest Client Generator · A rest client auto generator with stubs and proxy code mimicking your webservices. Can be used to build java clients for rest webservices or unit / integration tests for webservices.

Table Of Contents

Latest Version

Download com.strandls.alchemy : alchemy-rest-client-generator JAR file - Latest Versions:

All Versions

Download com.strandls.alchemy : alchemy-rest-client-generator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9

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 alchemy-rest-client-generator-0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.strandls.alchemy.rest.client.reader

├─ com.strandls.alchemy.rest.client.reader.VoidMessageBodyReader.class - [JAR]

com.strandls.alchemy.rest.client.exception

├─ com.strandls.alchemy.rest.client.exception.ExceptionPayload.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ExceptionPayloadDeserializer.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ResponseToJaxRsExceptionMapper.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ResponseToThrowableMapper.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ThrowableMaskMixin.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ThrowableObjectMapper.class - [JAR]

├─ com.strandls.alchemy.rest.client.exception.ThrowableToResponseMapper.class - [JAR]

com.strandls.alchemy.rest.client.request

├─ com.strandls.alchemy.rest.client.request.NoOpRequestBuilderFilter.class - [JAR]

├─ com.strandls.alchemy.rest.client.request.RequestBuilderFilter.class - [JAR]

com.strandls.alchemy.rest.client

├─ com.strandls.alchemy.rest.client.AlchemyRestClientFactory.class - [JAR]

├─ com.strandls.alchemy.rest.client.NotRestInterfaceException.class - [JAR]

├─ com.strandls.alchemy.rest.client.NotRestMethodException.class - [JAR]

├─ com.strandls.alchemy.rest.client.RestInterfaceAnalyzer.class - [JAR]

├─ com.strandls.alchemy.rest.client.RestInterfaceMetadata.class - [JAR]

├─ com.strandls.alchemy.rest.client.RestMethodMetadata.class - [JAR]

com.strandls.alchemy.rest.client.stubgenerator

├─ com.strandls.alchemy.rest.client.stubgenerator.GuiceModuleGenerator.class - [JAR]

├─ com.strandls.alchemy.rest.client.stubgenerator.ProxyImplementationGenerator.class - [JAR]

├─ com.strandls.alchemy.rest.client.stubgenerator.RestProxyGenerator.class - [JAR]

├─ com.strandls.alchemy.rest.client.stubgenerator.ServiceStubGenerator.class - [JAR]

Advertisement