Package | Description |
---|---|
aQute.bnd.http | |
aQute.lib.converter | |
aQute.lib.json |
Modifier and Type | Method and Description |
---|---|
<X> HttpRequest<X> |
HttpRequest.get(TypeReference<X> type)
Convert the result to a specific type
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Converter.cnv(TypeReference<T> tr,
java.lang.Object source) |
<T> T |
Converter.convert(TypeReference<T> type,
java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
<T> T |
Decoder.get(TypeReference<T> ref) |