@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, write
public static <T> JsonBodyGenerator<T> jsonBodyGenerator(JsonCodec<T> jsonCodec, T instance)
Copyright © 2010-2017 Airlift. All Rights Reserved.