Package com.foxinmy.weixin4j.pay.sign
Class AbstractWeixinSignature
- java.lang.Object
-
- com.foxinmy.weixin4j.pay.sign.AbstractWeixinSignature
-
- All Implemented Interfaces:
WeixinSignature
- Direct Known Subclasses:
WeixinPaymentSignature
public abstract class AbstractWeixinSignature extends Object implements WeixinSignature
微信签名- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description AbstractWeixinSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
encoder()
是否编码protected StringBuilder
join(Object obj)
拼接字符串boolean
lowerCase()
是否转换小写-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.foxinmy.weixin4j.pay.sign.WeixinSignature
sign, sign
-
-
-
-
Method Detail
-
encoder
public boolean encoder()
是否编码- Specified by:
encoder
in interfaceWeixinSignature
- Returns:
- 默认false不进行编码
-
lowerCase
public boolean lowerCase()
是否转换小写- Specified by:
lowerCase
in interfaceWeixinSignature
- Returns:
- 默认false不转换小写
-
join
protected StringBuilder join(Object obj)
拼接字符串- Parameters:
obj
-- Returns:
-
-