Package io.airlift.http.client
Class JsonBodyGenerator<T>
- java.lang.Object
-
- io.airlift.http.client.StaticBodyGenerator
-
- io.airlift.http.client.JsonBodyGenerator<T>
-
- All Implemented Interfaces:
BodyGenerator
public class JsonBodyGenerator<T> extends StaticBodyGenerator
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> JsonBodyGenerator<T>jsonBodyGenerator(JsonCodec<T> jsonCodec, T instance)-
Methods inherited from class io.airlift.http.client.StaticBodyGenerator
createStaticBodyGenerator, createStaticBodyGenerator, getBody, write
-
-
-
-
Method Detail
-
jsonBodyGenerator
public static <T> JsonBodyGenerator<T> jsonBodyGenerator(JsonCodec<T> jsonCodec, T instance)
-
-