public class BHiveConvertUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
BHiveConvertUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.util.MultiValueMap<String,Object> |
convertToMultiValueMap(Map<String,?> map)
일반 Map을 RestTemplate의 FormHttpMessageConverter가 변환할 수 있는 MultiValueMap으로 변환
|
static String |
convertToString(byte[] buf)
버퍼를 UTF-8 문자열로 변환 (Trim처리)
|
public static String convertToString(byte[] buf)
buf - array of byte valueCopyright © 2018. All rights reserved.