public class ConversionUtils extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
convertApacheToJax(org.apache.http.HttpEntity apacheEntity,
Class<T> targetClass) |
|
static <T> T |
convertToGenericType(org.apache.http.HttpEntity apacheEntity,
javax.ws.rs.core.GenericType<T> genericType) |
public static <T> T convertApacheToJax(org.apache.http.HttpEntity apacheEntity,
Class<T> targetClass)
public static <T> T convertToGenericType(org.apache.http.HttpEntity apacheEntity,
javax.ws.rs.core.GenericType<T> genericType)
Copyright © 2019 Ajibot. All rights reserved.