jar

me.ehp246 : auf-rest

Maven & Gradle

Jan 28, 2023
0 stars

Auf REST · An annotation-driven declarative REST development framework

Table Of Contents

Latest Version

Download me.ehp246 : auf-rest JAR file - Latest Versions:

All Versions

Download me.ehp246 : auf-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x
3.1.x
3.0.x
2.5.x
2.4.x
2.3.x
2.2.x
2.1.x
2.0.x
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 auf-rest-4.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

me.ehp246.aufrest.provider.jackson

├─ me.ehp246.aufrest.provider.jackson.JsonByObjectMapper.class - [JAR]

me.ehp246.aufrest.api.rest

├─ me.ehp246.aufrest.api.rest.AuthBeanResolver.class - [JAR]

├─ me.ehp246.aufrest.api.rest.AuthProvider.class - [JAR]

├─ me.ehp246.aufrest.api.rest.AuthScheme.class - [JAR]

├─ me.ehp246.aufrest.api.rest.BasicAuth.class - [JAR]

├─ me.ehp246.aufrest.api.rest.BearerToken.class - [JAR]

├─ me.ehp246.aufrest.api.rest.BodyHandlerResolver.class - [JAR]

├─ me.ehp246.aufrest.api.rest.BodyHandlerType.class - [JAR]

├─ me.ehp246.aufrest.api.rest.BodyOf.class - [JAR]

├─ me.ehp246.aufrest.api.rest.ClientConfig.class - [JAR]

├─ me.ehp246.aufrest.api.rest.ContentPublisherProvider.class - [JAR]

├─ me.ehp246.aufrest.api.rest.HeaderContext.class - [JAR]

├─ me.ehp246.aufrest.api.rest.HeaderProvider.class - [JAR]

├─ me.ehp246.aufrest.api.rest.HttpClientBuilderSupplier.class - [JAR]

├─ me.ehp246.aufrest.api.rest.HttpUtils.class - [JAR]

├─ me.ehp246.aufrest.api.rest.InferringBodyHandlerProvider.class - [JAR]

├─ me.ehp246.aufrest.api.rest.RestFn.class - [JAR]

├─ me.ehp246.aufrest.api.rest.RestFnProvider.class - [JAR]

├─ me.ehp246.aufrest.api.rest.RestListener.class - [JAR]

├─ me.ehp246.aufrest.api.rest.RestLogger.class - [JAR]

├─ me.ehp246.aufrest.api.rest.RestRequest.class - [JAR]

me.ehp246.aufrest.api.spi

├─ me.ehp246.aufrest.api.spi.BodyOfBuilder.class - [JAR]

├─ me.ehp246.aufrest.api.spi.PropertyResolver.class - [JAR]

├─ me.ehp246.aufrest.api.spi.RestView.class - [JAR]

me.ehp246.aufrest.core.util

├─ me.ehp246.aufrest.core.util.OneUtil.class - [JAR]

me.ehp246.aufrest.core.rest

├─ me.ehp246.aufrest.core.rest.AufRestConfiguration.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ByRestProxyFactory.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ByRestRegistrar.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ByRestScanner.class - [JAR]

├─ me.ehp246.aufrest.core.rest.DefaultContentPublisherProvider.class - [JAR]

├─ me.ehp246.aufrest.core.rest.DefaultInferringBodyHandlerProvider.class - [JAR]

├─ me.ehp246.aufrest.core.rest.DefaultProxyInvocationBinder.class - [JAR]

├─ me.ehp246.aufrest.core.rest.DefaultProxyMethodParser.class - [JAR]

├─ me.ehp246.aufrest.core.rest.FnOutcome.class - [JAR]

├─ me.ehp246.aufrest.core.rest.FromJson.class - [JAR]

├─ me.ehp246.aufrest.core.rest.HttpRequestBuilder.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ProxyInvocationBinder.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ProxyMethodParser.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ProxyReturnMapper.class - [JAR]

├─ me.ehp246.aufrest.core.rest.ToJson.class - [JAR]

me.ehp246.aufrest.api.exception

├─ me.ehp246.aufrest.api.exception.BadGatewayException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.BadRequestException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.ClientErrorException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.ErrorResponseException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.ForbiddenException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.GatewayTimeoutException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.InternalServerErrorException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.NotAcceptableException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.NotAllowedException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.NotAuthorizedException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.NotFoundException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.NotSupportedException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.RedirectionException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.RestFnException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.ServerErrorException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.ServiceUnavailableException.class - [JAR]

├─ me.ehp246.aufrest.api.exception.UnhandledResponseException.class - [JAR]

me.ehp246.aufrest.provider.httpclient

├─ me.ehp246.aufrest.provider.httpclient.DefaultHttpRequestBuilder.class - [JAR]

├─ me.ehp246.aufrest.provider.httpclient.DefaultRestFnProvider.class - [JAR]

me.ehp246.aufrest.core.reflection

├─ me.ehp246.aufrest.core.reflection.ArgBinder.class - [JAR]

├─ me.ehp246.aufrest.core.reflection.ArgBinderProvider.class - [JAR]

├─ me.ehp246.aufrest.core.reflection.ReflectedMethod.class - [JAR]

├─ me.ehp246.aufrest.core.reflection.ReflectedParameter.class - [JAR]

├─ me.ehp246.aufrest.core.reflection.ReflectedType.class - [JAR]

me.ehp246.aufrest.api.annotation

├─ me.ehp246.aufrest.api.annotation.AuthBean.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.ByRest.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.Default.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.EnableByRest.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfAuth.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfBody.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfHeader.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfPath.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfQuery.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfRequest.class - [JAR]

├─ me.ehp246.aufrest.api.annotation.OfResponse.class - [JAR]

me.ehp246.aufrest.api.configuration

├─ me.ehp246.aufrest.api.configuration.AufRestConstants.class - [JAR]