Package com.foxinmy.weixin4j.sign
Class AbstractWeixinSignature
- java.lang.Object
-
- com.foxinmy.weixin4j.sign.AbstractWeixinSignature
-
- All Implemented Interfaces:
WeixinSignature
- Direct Known Subclasses:
WeixinOldPaymentSignature
,WeixinPaymentSignature
@Deprecated public abstract class AbstractWeixinSignature extends Object implements WeixinSignature
Deprecated.迁移到子模块weixin4j-pay微信签名- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description AbstractWeixinSignature()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
encoder()
Deprecated.是否编码protected StringBuilder
join(Object obj)
Deprecated.拼接字符串boolean
lowerCase()
Deprecated.是否转换小写-
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.sign.WeixinSignature
getSignType, sign
-
-
-
-
Method Detail
-
encoder
public boolean encoder()
Deprecated.是否编码- Specified by:
encoder
in interfaceWeixinSignature
- Returns:
- 默认false不进行编码
-
lowerCase
public boolean lowerCase()
Deprecated.是否转换小写- Specified by:
lowerCase
in interfaceWeixinSignature
- Returns:
- 默认false不转换小写
-
join
protected StringBuilder join(Object obj)
Deprecated.拼接字符串- Parameters:
obj
-- Returns:
-
-