Class RequestParser
java.lang.Object
org.talend.sdk.component.runtime.manager.service.http.RequestParser
-
Constructor Summary
ConstructorsConstructorDescriptionRequestParser(ReflectionService reflections, javax.json.bind.Jsonb jsonb, Map<Class<?>, Object> services) RequestParser(org.talend.sdk.component.runtime.manager.service.http.RequestParser.InstanceCreator instanceCreator, javax.json.bind.Jsonb jsonb) -
Method Summary
Modifier and TypeMethodDescriptionParse method annotated with @Requestand construct anExecutionContext
-
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
Parse method annotated with @Requestand construct anExecutionContext- Parameters:
method- method annotated with @Request- Returns:
- an http request execution context
-