java.lang.Object
org.talend.sdk.component.runtime.manager.service.http.RequestParser

public class RequestParser extends Object
  • Constructor Details

    • RequestParser

      public RequestParser(ReflectionService reflections, javax.json.bind.Jsonb jsonb, Map<Class<?>,Object> services)
    • RequestParser

      public RequestParser(org.talend.sdk.component.runtime.manager.service.http.RequestParser.InstanceCreator instanceCreator, javax.json.bind.Jsonb jsonb)
  • Method Details

    • parse

      public ExecutionContext parse(Method method)
      Parse method annotated with @Request and construct an ExecutionContext
      Parameters:
      method - method annotated with @Request
      Returns:
      an http request execution context