public class JsonContentTypeHandler implements ContentTypeHandler
| Modifier and Type | Field and Description |
|---|---|
static JsonContentTypeHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
applyKey(QueryResult body,
java.lang.String key,
Generator generator) |
OptionalBody |
processBody(java.lang.String value,
kotlin.jvm.functions.Function1<? super au.com.dius.pact.model.generators.QueryResult,kotlin.Unit> fn) |
applyKey, processBodypublic static JsonContentTypeHandler INSTANCE
public OptionalBody processBody(java.lang.String value, kotlin.jvm.functions.Function1<? super au.com.dius.pact.model.generators.QueryResult,kotlin.Unit> fn)
public void applyKey(QueryResult body, java.lang.String key, Generator generator)