me.hao0.wechat.core.MenuBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wechat Show documentation
Show all versions of wechat Show documentation
A Lightweight Wechat Component
package me.hao0.wechat.core;
import com.fasterxml.jackson.annotation.JsonProperty;
import me.hao0.wechat.model.menu.Menu;
import me.hao0.wechat.model.menu.MenuType;
import me.hao0.common.json.Jsons;
import java.util.ArrayList;
import java.util.List;
/**
* 菜单构建器
* Author: haolin
* Email: [email protected]
* Date: 18/11/15
* @since 1.4.0
*/
public final class MenuBuilder {
@JsonProperty("button")
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy