public class JsonBodyContentEntry<T> extends Object
| Constructor and Description |
|---|
JsonBodyContentEntry() |
| Modifier and Type | Method and Description |
|---|---|
T |
getEntry() |
void |
setEntry(T entry) |
static <T> JsonBodyContentEntry<T> |
wrap(T object)
Wraps an
Object into JsonBodyContentEntry |
public static <T> JsonBodyContentEntry<T> wrap(T object)
Object into JsonBodyContentEntryobject - The object to be wrappedpublic T getEntry()
public void setEntry(T entry)
Copyright © 2019. All rights reserved.