jar

org.codegist.crest : codegist-crest

Maven & Gradle

Oct 13, 2011
1 usages
18 stars

CRest · CRest is a lightweight JAX-RS compatible annotation-driven java library that aims to simplify the integration of third party RESTful services allowing the developer to focus on the essential aspects of the integration.

Table Of Contents

Latest Version

Download org.codegist.crest : codegist-crest JAR file - Latest Versions:

All Versions

Download org.codegist.crest : codegist-crest JAR file - All Versions:

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

org.codegist.crest.security.basic

├─ org.codegist.crest.security.basic.BasicAuthorization.class - [JAR]

org.codegist.crest.io

├─ org.codegist.crest.io.Request.class - [JAR]

├─ org.codegist.crest.io.RequestBuilder.class - [JAR]

├─ org.codegist.crest.io.RequestBuilderFactory.class - [JAR]

├─ org.codegist.crest.io.RequestException.class - [JAR]

├─ org.codegist.crest.io.RequestExecutor.class - [JAR]

├─ org.codegist.crest.io.Response.class - [JAR]

├─ org.codegist.crest.io.RetryingRequestExecutor.class - [JAR]

org.codegist.crest.serializer.jackson

├─ org.codegist.crest.serializer.jackson.JacksonDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.jackson.JacksonFactory.class - [JAR]

org.codegist.crest.entity.multipart

├─ org.codegist.crest.entity.multipart.MultiPart.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartBinarySerializer.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartEntityWriter.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartFileSerializer.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartInputStreamSerializer.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartOctetStreamSerializer.class - [JAR]

├─ org.codegist.crest.entity.multipart.MultiPartTextSerializer.class - [JAR]

org.codegist.crest.config.annotate

├─ org.codegist.crest.config.annotate.AnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.CRestAnnotations.class - [JAR]

├─ org.codegist.crest.config.annotate.ConnectionTimeoutAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ConsumesAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.CookieParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.CookieParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.DELETEAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.DeserializerAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.EncodedAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.EncodingAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.EndPointAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.EntityWriterAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ErrorHandlerAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.FormParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.FormParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.GETAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.HEADAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.HeaderParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.HeaderParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ListSeparatorAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.MatrixParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.MatrixParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.MultiPartParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.MultiPartParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.NoOpAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.OPTIONSAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.POSTAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.PUTAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.PathAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.PathParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.PathParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ProducesAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.QueryParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.QueryParamsAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.RequestInterceptorAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.ResponseHandlerAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.RetryHandlerAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.SerializerAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.SocketTimeoutAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.StringBasedAnnotationHandler.class - [JAR]

org.codegist.crest.serializer.primitive

├─ org.codegist.crest.serializer.primitive.BooleanPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.BooleanSerializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.BooleanWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.ByteArrayDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.BytePrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.ByteWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.CharacterPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.CharacterWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.DoublePrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.DoubleWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.FloatPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.FloatWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.IntegerPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.IntegerWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.LongPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.LongWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.PrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.ShortPrimitiveDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.ShortWrapperDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.primitive.VoidDeserializer.class - [JAR]

org.codegist.crest.util

├─ org.codegist.crest.util.ComponentFactory.class - [JAR]

├─ org.codegist.crest.util.ComponentRegistry.class - [JAR]

├─ org.codegist.crest.util.MultiParts.class - [JAR]

├─ org.codegist.crest.util.Pairs.class - [JAR]

├─ org.codegist.crest.util.Placeholders.class - [JAR]

├─ org.codegist.crest.util.Requests.class - [JAR]

├─ org.codegist.crest.util.Serializers.class - [JAR]

org.codegist.crest.serializer.simplexml

├─ org.codegist.crest.serializer.simplexml.BooleanMatcher.class - [JAR]

├─ org.codegist.crest.serializer.simplexml.DateMatcher.class - [JAR]

├─ org.codegist.crest.serializer.simplexml.MatcherRegistry.class - [JAR]

├─ org.codegist.crest.serializer.simplexml.SimpleXmlDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.simplexml.SimpleXmlFactory.class - [JAR]

org.codegist.crest.security.oauth.v1

├─ org.codegist.crest.security.oauth.v1.DefaultVariantProvider.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.FormOAuthInterface.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthApiV1.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthApiV1Builder.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthInterface.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthTokenDeserializer.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthenticatorV1.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.OAuthsV1.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.QueryOAuthInterface.class - [JAR]

├─ org.codegist.crest.security.oauth.v1.VariantProvider.class - [JAR]

org.codegist.crest.io.http

├─ org.codegist.crest.io.http.AuthorizationHttpChannel.class - [JAR]

├─ org.codegist.crest.io.http.AuthorizationHttpChannelFactory.class - [JAR]

├─ org.codegist.crest.io.http.DelegatingResponse.class - [JAR]

├─ org.codegist.crest.io.http.EntityParamExtractor.class - [JAR]

├─ org.codegist.crest.io.http.HttpChannel.class - [JAR]

├─ org.codegist.crest.io.http.HttpChannelFactory.class - [JAR]

├─ org.codegist.crest.io.http.HttpChannelResponseHttpResource.class - [JAR]

├─ org.codegist.crest.io.http.HttpClientFactory.class - [JAR]

├─ org.codegist.crest.io.http.HttpClientHttpChannel.class - [JAR]

├─ org.codegist.crest.io.http.HttpClientHttpChannelFactory.class - [JAR]

├─ org.codegist.crest.io.http.HttpConstants.class - [JAR]

├─ org.codegist.crest.io.http.HttpEntityWriter.class - [JAR]

├─ org.codegist.crest.io.http.HttpRequest.class - [JAR]

├─ org.codegist.crest.io.http.HttpRequestBuilderFactory.class - [JAR]

├─ org.codegist.crest.io.http.HttpRequestExecutor.class - [JAR]

├─ org.codegist.crest.io.http.HttpRequests.class - [JAR]

├─ org.codegist.crest.io.http.HttpResource.class - [JAR]

├─ org.codegist.crest.io.http.HttpResourceInputStream.class - [JAR]

├─ org.codegist.crest.io.http.HttpResponse.class - [JAR]

├─ org.codegist.crest.io.http.HttpURLConnectionHttpChannel.class - [JAR]

├─ org.codegist.crest.io.http.HttpURLConnectionHttpChannelFactory.class - [JAR]

├─ org.codegist.crest.io.http.RequestEntityWriter.class - [JAR]

├─ org.codegist.crest.io.http.UrlEncodedFormEntityParamExtractor.class - [JAR]

org.codegist.crest.handler

├─ org.codegist.crest.handler.DefaultResponseHandler.class - [JAR]

├─ org.codegist.crest.handler.ErrorDelegatorHandler.class - [JAR]

├─ org.codegist.crest.handler.ErrorHandler.class - [JAR]

├─ org.codegist.crest.handler.MaxAttemptRetryHandler.class - [JAR]

├─ org.codegist.crest.handler.ResponseHandler.class - [JAR]

├─ org.codegist.crest.handler.RetryHandler.class - [JAR]

org.codegist.crest.entity

├─ org.codegist.crest.entity.EntityWriter.class - [JAR]

├─ org.codegist.crest.entity.UrlEncodedFormEntityWriter.class - [JAR]

org.codegist.crest.serializer.jaxb

├─ org.codegist.crest.serializer.jaxb.Classes.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.Jaxb.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.JaxbDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.JaxbFactory.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.PooledJaxb.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.SimpleJaxb.class - [JAR]

├─ org.codegist.crest.serializer.jaxb.TypeCachingJaxb.class - [JAR]

org.codegist.crest.config

├─ org.codegist.crest.config.AnnotationDrivenInterfaceConfigFactory.class - [JAR]

├─ org.codegist.crest.config.ConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.DefaultInterfaceConfig.class - [JAR]

├─ org.codegist.crest.config.DefaultInterfaceConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.DefaultInterfaceConfigBuilderFactory.class - [JAR]

├─ org.codegist.crest.config.DefaultMethodConfig.class - [JAR]

├─ org.codegist.crest.config.DefaultMethodConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.DefaultParamConfig.class - [JAR]

├─ org.codegist.crest.config.DefaultParamConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.DefaultParamConfigBuilderFactory.class - [JAR]

├─ org.codegist.crest.config.InterfaceConfig.class - [JAR]

├─ org.codegist.crest.config.InterfaceConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.InterfaceConfigBuilderFactory.class - [JAR]

├─ org.codegist.crest.config.InterfaceConfigFactory.class - [JAR]

├─ org.codegist.crest.config.MethodConfig.class - [JAR]

├─ org.codegist.crest.config.MethodConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.MethodType.class - [JAR]

├─ org.codegist.crest.config.ParamConfig.class - [JAR]

├─ org.codegist.crest.config.ParamConfigBuilder.class - [JAR]

├─ org.codegist.crest.config.ParamConfigBuilderFactory.class - [JAR]

├─ org.codegist.crest.config.ParamType.class - [JAR]

├─ org.codegist.crest.config.PathBuilder.class - [JAR]

├─ org.codegist.crest.config.PathTemplate.class - [JAR]

├─ org.codegist.crest.config.RegexPathTemplate.class - [JAR]

org.codegist.crest.param

├─ org.codegist.crest.param.CollectionMergingCookieParamProcessor.class - [JAR]

├─ org.codegist.crest.param.CollectionMergingParamProcessor.class - [JAR]

├─ org.codegist.crest.param.DefaultCookieParamProcessor.class - [JAR]

├─ org.codegist.crest.param.DefaultParam.class - [JAR]

├─ org.codegist.crest.param.DefaultParamProcessor.class - [JAR]

├─ org.codegist.crest.param.EncodedPair.class - [JAR]

├─ org.codegist.crest.param.Param.class - [JAR]

├─ org.codegist.crest.param.ParamProcessor.class - [JAR]

├─ org.codegist.crest.param.ParamProcessors.class - [JAR]

├─ org.codegist.crest.param.SimpleEncodedPair.class - [JAR]

org.codegist.crest

├─ org.codegist.crest.CRest.class - [JAR]

├─ org.codegist.crest.CRestBuilder.class - [JAR]

├─ org.codegist.crest.CRestConfig.class - [JAR]

├─ org.codegist.crest.CRestException.class - [JAR]

├─ org.codegist.crest.DefaultCRest.class - [JAR]

├─ org.codegist.crest.DefaultCRestConfig.class - [JAR]

org.codegist.crest.security.oauth

├─ org.codegist.crest.security.oauth.OAuthApi.class - [JAR]

├─ org.codegist.crest.security.oauth.OAuthToken.class - [JAR]

├─ org.codegist.crest.security.oauth.OAuthenticator.class - [JAR]

├─ org.codegist.crest.security.oauth.OAuthorization.class - [JAR]

org.codegist.crest.config.annotate.jaxrs

├─ org.codegist.crest.config.annotate.jaxrs.ConsumesAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.CookieParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.DELETEAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.DefaultValueAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.EncodedAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.FormParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.GETAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.HEADAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.HeaderParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.JaxRsAnnotations.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.MatrixParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.OPTIONSAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.POSTAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.PUTAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.PathAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.PathParamAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.ProducesAnnotationHandler.class - [JAR]

├─ org.codegist.crest.config.annotate.jaxrs.QueryParamAnnotationHandler.class - [JAR]

org.codegist.crest.serializer

├─ org.codegist.crest.serializer.DateDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.DateSerializer.class - [JAR]

├─ org.codegist.crest.serializer.Deserializer.class - [JAR]

├─ org.codegist.crest.serializer.FileSerializer.class - [JAR]

├─ org.codegist.crest.serializer.InputStreamDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.InputStreamSerializer.class - [JAR]

├─ org.codegist.crest.serializer.ReaderDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.ReaderSerializer.class - [JAR]

├─ org.codegist.crest.serializer.ResponseDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.ResponseDeserializerByClass.class - [JAR]

├─ org.codegist.crest.serializer.ResponseDeserializerByDeserializers.class - [JAR]

├─ org.codegist.crest.serializer.ResponseDeserializerByMimeType.class - [JAR]

├─ org.codegist.crest.serializer.ResponseDeserializerComposite.class - [JAR]

├─ org.codegist.crest.serializer.Serializer.class - [JAR]

├─ org.codegist.crest.serializer.StringDeserializer.class - [JAR]

├─ org.codegist.crest.serializer.StringSerializer.class - [JAR]

├─ org.codegist.crest.serializer.ToStringSerializer.class - [JAR]

├─ org.codegist.crest.serializer.TypeDeserializer.class - [JAR]

org.codegist.crest.security.handler

├─ org.codegist.crest.security.handler.RefreshAuthorizationRetryHandler.class - [JAR]

org.codegist.crest.interceptor

├─ org.codegist.crest.interceptor.AbstractRequestInterceptor.class - [JAR]

├─ org.codegist.crest.interceptor.NoOpRequestInterceptor.class - [JAR]

├─ org.codegist.crest.interceptor.RequestInterceptor.class - [JAR]

org.codegist.crest.annotate

├─ org.codegist.crest.annotate.CRestComponent.class - [JAR]

├─ org.codegist.crest.annotate.ConnectionTimeout.class - [JAR]

├─ org.codegist.crest.annotate.Consumes.class - [JAR]

├─ org.codegist.crest.annotate.CookieParam.class - [JAR]

├─ org.codegist.crest.annotate.CookieParams.class - [JAR]

├─ org.codegist.crest.annotate.DELETE.class - [JAR]

├─ org.codegist.crest.annotate.Deserializer.class - [JAR]

├─ org.codegist.crest.annotate.Encoded.class - [JAR]

├─ org.codegist.crest.annotate.Encoding.class - [JAR]

├─ org.codegist.crest.annotate.EndPoint.class - [JAR]

├─ org.codegist.crest.annotate.EntityWriter.class - [JAR]

├─ org.codegist.crest.annotate.ErrorHandler.class - [JAR]

├─ org.codegist.crest.annotate.FormParam.class - [JAR]

├─ org.codegist.crest.annotate.FormParams.class - [JAR]

├─ org.codegist.crest.annotate.GET.class - [JAR]

├─ org.codegist.crest.annotate.HEAD.class - [JAR]

├─ org.codegist.crest.annotate.HeaderParam.class - [JAR]

├─ org.codegist.crest.annotate.HeaderParams.class - [JAR]

├─ org.codegist.crest.annotate.ListSeparator.class - [JAR]

├─ org.codegist.crest.annotate.MatrixParam.class - [JAR]

├─ org.codegist.crest.annotate.MatrixParams.class - [JAR]

├─ org.codegist.crest.annotate.MultiPartParam.class - [JAR]

├─ org.codegist.crest.annotate.MultiPartParams.class - [JAR]

├─ org.codegist.crest.annotate.OPTIONS.class - [JAR]

├─ org.codegist.crest.annotate.POST.class - [JAR]

├─ org.codegist.crest.annotate.PUT.class - [JAR]

├─ org.codegist.crest.annotate.Path.class - [JAR]

├─ org.codegist.crest.annotate.PathParam.class - [JAR]

├─ org.codegist.crest.annotate.PathParams.class - [JAR]

├─ org.codegist.crest.annotate.Produces.class - [JAR]

├─ org.codegist.crest.annotate.QueryParam.class - [JAR]

├─ org.codegist.crest.annotate.QueryParams.class - [JAR]

├─ org.codegist.crest.annotate.RequestInterceptor.class - [JAR]

├─ org.codegist.crest.annotate.ResponseHandler.class - [JAR]

├─ org.codegist.crest.annotate.RetryHandler.class - [JAR]

├─ org.codegist.crest.annotate.Serializer.class - [JAR]

├─ org.codegist.crest.annotate.SocketTimeout.class - [JAR]

org.codegist.crest.security

├─ org.codegist.crest.security.Authorization.class - [JAR]

├─ org.codegist.crest.security.AuthorizationToken.class - [JAR]

Advertisement