Uses of Interface
org.codegist.crest.ParamContext

Packages that use ParamContext
org.codegist.crest.injector Injectors are used to inject any method parameter values in the http request before it gets fired. 
 

Uses of ParamContext in org.codegist.crest.injector
 

Methods in org.codegist.crest.injector with parameters of type ParamContext
 void DefaultInjector.inject(HttpRequest.Builder builder, ParamContext context)
           Serialize the given parameter using its preconfigured serializer and inject the result either :
 void Injector.inject(HttpRequest.Builder builder, ParamContext<T> context)
          Injects the current param into the request.
 



Copyright © 2011. All Rights Reserved.