类 MethodFactory
- java.lang.Object
-
- cool.doudou.doudada.wechat.core.factory.MethodFactory
-
public class MethodFactory extends java.lang.ObjectMethodFactory- 从以下版本开始:
- 2022/08/13
- 作者:
- jiangcs
-
-
构造器概要
构造器 构造器 说明 MethodFactory()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static NotifyMethodgetNotify()static OAuth2MethodgetOAuth2()static voidsetNotify(NotifyMethod notifyMethod)static voidsetOAuth2(OAuth2Method oauth2Method)
-
-
-
方法详细资料
-
getNotify
public static NotifyMethod getNotify()
-
setNotify
public static void setNotify(NotifyMethod notifyMethod)
-
getOAuth2
public static OAuth2Method getOAuth2()
-
setOAuth2
public static void setOAuth2(OAuth2Method oauth2Method)
-
-