@Beta public class JsonBodyGenerator<T> extends StaticBodyGenerator
| Modifier and Type | Method and Description |
|---|---|
static <T> JsonBodyGenerator<T> |
jsonBodyGenerator(JsonCodec<T> jsonCodec,
T instance) |
createStaticBodyGenerator, createStaticBodyGenerator, getBody, writepublic static <T> JsonBodyGenerator<T> jsonBodyGenerator(JsonCodec<T> jsonCodec, T instance)
Copyright © 2010–2020 Airlift. All rights reserved.