Uses of Class
org.oxerr.spring.security.wechat.samples.helloworld.WeChatProperties
-
Packages that use WeChatProperties Package Description org.oxerr.spring.security.wechat.samples.helloworld org.oxerr.spring.security.wechat.samples.helloworld.service.impl -
-
Uses of WeChatProperties in org.oxerr.spring.security.wechat.samples.helloworld
Methods in org.oxerr.spring.security.wechat.samples.helloworld that return WeChatProperties Modifier and Type Method Description WeChatProperties
Application. weChatProperties()
Methods in org.oxerr.spring.security.wechat.samples.helloworld with parameters of type WeChatProperties Modifier and Type Method Description com.foxinmy.weixin4j.mp.api.OauthApi
Application. oauthApi(WeChatProperties weChatProperties)
-
Uses of WeChatProperties in org.oxerr.spring.security.wechat.samples.helloworld.service.impl
Fields in org.oxerr.spring.security.wechat.samples.helloworld.service.impl declared as WeChatProperties Modifier and Type Field Description private WeChatProperties
WeChatServiceImpl. weChatProperties
Constructors in org.oxerr.spring.security.wechat.samples.helloworld.service.impl with parameters of type WeChatProperties Constructor Description WeChatServiceImpl(WeChatProperties weChatProperties, com.foxinmy.weixin4j.mp.api.OauthApi oauthApi)
-