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
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> JsonBodyGenerator<T> jsonBodyGenerator(JsonCodec<T> jsonCodec, T instance) Methods inherited from class io.airlift.http.client.StaticBodyGenerator
createStaticBodyGenerator, createStaticBodyGenerator, getBody, write
-
Method Details
-
jsonBodyGenerator
-