com.foxinmy.weixin4j.util
Class MapUtil

java.lang.Object
  extended by com.foxinmy.weixin4j.util.MapUtil

public class MapUtil
extends Object

签名工具类

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Constructor Summary
MapUtil()
           
 
Method Summary
static String toJoinString(Map<String,String> map, boolean encoder, boolean lowerCase)
          拼接字符串
static String toJoinString(Object object, boolean encoder, boolean lowerCase)
          连接字符串
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapUtil

public MapUtil()
Method Detail

toJoinString

public static String toJoinString(Object object,
                                  boolean encoder,
                                  boolean lowerCase)
连接字符串

Parameters:
object - 对象
encoder - 是否编码
lowerCase - 是否转换小写
extra - 附加对象
Returns:

toJoinString

public static String toJoinString(Map<String,String> map,
                                  boolean encoder,
                                  boolean lowerCase)
拼接字符串

Parameters:
map - 对象
encoder - 是否编码
lowerCase - 是否转换小写
Returns:


Copyright © 2014–2017. All rights reserved.