jar

com.gwtplatform : gwtp-dispatch-rest

Maven & Gradle

Jan 17, 2017
8 usages

GWTP REST-Dispatch

Table Of Contents

Latest Version

Download com.gwtplatform : gwtp-dispatch-rest JAR file - Latest Versions:

All Versions

Download com.gwtplatform : gwtp-dispatch-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6
1.5.x
1.5
1.4
1.3.x
1.3
1.2.x
1.2
1.1.x
1.1
1.0.x
1.0

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 gwtp-dispatch-rest-1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gwtplatform.dispatch.rest.rebind.subresource

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceMethodDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceMethodGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.subresource.SubResourceModule.class - [JAR]

com.gwtplatform.dispatch.rest.client

├─ com.gwtplatform.dispatch.rest.client.DefaultRestDispatchHooks.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.DispatchRestEntryPoint.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.RestApplicationPath.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.RestCallback.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.RestDispatch.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.RestDispatchHooks.class - [JAR]

com.gwtplatform.dispatch.rest.client.serialization

├─ com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.JacksonMapperProvider.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.Serialization.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.SerializationException.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.SerializationModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.serialization.SerializedValue.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.serialization

├─ com.gwtplatform.dispatch.rest.rebind.serialization.JacksonMapperDefinitions.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.JacksonMapperGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.JacksonMapperProviderGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.SerializationContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.SerializationDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.SerializationGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.serialization.SerializationModule.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.extension

├─ com.gwtplatform.dispatch.rest.rebind.extension.EmptyExtension.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.extension.ExtensionContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.extension.ExtensionGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.extension.ExtensionModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.extension.ExtensionPoint.class - [JAR]

com.gwtplatform.dispatch.rest.client.core

├─ com.gwtplatform.dispatch.rest.client.core.BodyFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.CookieManager.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.CoreModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.CoreModuleBuilder.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultBodyFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultCookieManager.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultDispatchCallFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultHeaderFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultRequestBuilderFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultResponseDeserializer.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultRestDispatch.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DefaultUriFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.DispatchCallFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.HeaderFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.HttpRequestBuilderFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.RequestBuilderFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.ResponseDeserializer.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.ResponseWrapper.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.RestDispatchCall.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.StaticParametersFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.UriFactory.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.action

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionMethodDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionMethodGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.ActionModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.action.RestActionGenerator.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.resource

├─ com.gwtplatform.dispatch.rest.rebind.resource.AbstractMethodGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.AbstractResourceGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.MethodContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.MethodDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.MethodGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.ResourceContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.ResourceDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.ResourceGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.ResourceModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.resource.TopLevelResourceGenerator.class - [JAR]

com.gwtplatform.dispatch.rest.client.codegen

├─ com.gwtplatform.dispatch.rest.client.codegen.AbstractDispatchRestEntryPoint.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.codegen.AbstractRestAction.class - [JAR]

com.gwtplatform.dispatch.rest.client.gin

├─ com.gwtplatform.dispatch.rest.client.gin.BaseRestDispatchModuleBuilder.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.gin.RestParameterBindings.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.gin.RestParameterBindingsSerializer.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.gin.RestParameterBuilder.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.entrypoint

├─ com.gwtplatform.dispatch.rest.rebind.entrypoint.DefaultEntryPointGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.entrypoint.EntryPointGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.entrypoint.EntryPointModule.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.events

├─ com.gwtplatform.dispatch.rest.rebind.events.RegisterGinBindingEvent.class - [JAR]

com.gwtplatform.dispatch.rest.client.interceptor

├─ com.gwtplatform.dispatch.rest.client.interceptor.AbstractRestInterceptor.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.DefaultRestInterceptorRegistry.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.DuplicateInterceptorContextException.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.InterceptorContext.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.InterceptorContextHttpParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.InterceptorContextRestAction.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.RestInterceptedAsyncCallback.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.RestInterceptor.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.interceptor.RestInterceptorRegistry.class - [JAR]

com.gwtplatform.dispatch.rest.rebind

├─ com.gwtplatform.dispatch.rest.rebind.AbstractGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.DispatchRestGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.DispatchRestIncrementalGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.DispatchRestRebindModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.FallThroughGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.GeneratorWithInput.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.GeneratorWithoutInput.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.HasPriority.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.HttpVerb.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.Parameter.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.parameter

├─ com.gwtplatform.dispatch.rest.rebind.parameter.CookieParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.FormParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.HeaderParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.HttpParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.HttpParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.HttpParameterFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.HttpParameterType.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.MatrixParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.PathParamValueResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.parameter.QueryParamValueResolver.class - [JAR]

com.gwtplatform.dispatch.rest.client.core.parameters

├─ com.gwtplatform.dispatch.rest.client.core.parameters.ClientHttpParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.CollectionSupportedParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.CookieParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.DefaultHttpParameterFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.FormParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.HeaderParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.HttpParameterFactory.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.MatrixParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.PathParameter.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.core.parameters.QueryParameter.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.gin

├─ com.gwtplatform.dispatch.rest.rebind.gin.DefaultGinModuleGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.gin.GinModule.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.gin.GinModuleGenerator.class - [JAR]

com.gwtplatform.dispatch.rest.client.annotations

├─ com.gwtplatform.dispatch.rest.client.annotations.DefaultDateFormat.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.GlobalHeaderParams.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.GlobalQueryParams.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.RequestTimeout.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.Resource.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.RestBinding.class - [JAR]

├─ com.gwtplatform.dispatch.rest.client.annotations.XsrfHeaderName.class - [JAR]

com.gwtplatform.dispatch.rest.rebind.utils

├─ com.gwtplatform.dispatch.rest.rebind.utils.Arrays.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.ClassDefinition.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.ClassNameGenerator.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.ContentTypeResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.EventBus.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.Generators.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.JPrimitives.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.Logger.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.PathResolver.class - [JAR]

├─ com.gwtplatform.dispatch.rest.rebind.utils.VelocityProperties.class - [JAR]

Advertisement

Dependencies from Group

Jan 17, 2017
49 usages
327 stars
Jan 17, 2017
12 usages
Nov 16, 2013
10 usages
327 stars
Jan 17, 2017
8 usages
Jan 17, 2017
8 usages
327 stars

Discover Dependencies

Sep 10, 2019
5 usages
1.5k stars
Feb 07, 2020
12 usages
12.4k stars
Oct 13, 2021
6 usages
89 stars
Aug 21, 2015
5 usages
Sep 25, 2019
5 usages
Dec 22, 2022
14 usages
132 stars
Sep 06, 2015
5 usages
Apr 30, 2019
5 usages
226 stars
Apr 28, 2020
5 usages
73 stars
Feb 23, 2018
6 usages