Enum Class AccountCategory
- All Implemented Interfaces:
Serializable,Comparable<AccountCategory>,Constable
- Author:
- gengwei.zheng 登录类型:password-密码、mobile-手机号、email-邮箱、weixin-微信、weibo-微博、qq-等等
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription登录类型 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AccountCategorygetAccountType(String key) getKey()不加@JsonValue,转换的时候转换出完整的对象。static AccountCategoryReturns the enum constant of this class with the specified name.static AccountCategory[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTITUTION
登录类型 -
SMS
-
WXAPP
-
QQ
-
WEIBO
-
BAIDU
-
WECHAT_OPEN
-
WECHAT_MP
-
WECHAT_ENTERPRISE
-
WECHAT_ENTERPRISE_WEB
-
DINGTALK
-
DINGTALK_ACCOUNT
-
ALIYUN
-
TAOBAO
-
ALIPAY
-
TEAMBITION
-
HUAWEI_V3
-
FEISHU
-
JD
-
DOUYIN
-
TOUTIAO
-
MI
-
RENREN
-
MEITUAN
-
ELEME
-
KUJIALE
-
XMLY
-
GITEE
-
OSCHINA
-
CSDN
-
GITHUB
-
GITLAB
-
STACK_OVERFLOW
-
CODING
-
GOOGLE
-
MICROSOFT
-
FACEBOOK
-
LINKEDIN
-
TWITTER
-
AMAZON
-
SLACK
-
LINE
-
OKTA
-
PINTEREST
-
-
Field Details
-
JUST_AUTH_HANDLER
Just Auth 第三方社交登录- See Also:
-
PHONE_NUMBER_HANDLER
手机号验证码登录- See Also:
-
WECHAT_MINI_APP_HANDLER
手机号验证码登录- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getAccountType
-
getJsonStruct
-
getKey
不加@JsonValue,转换的时候转换出完整的对象。 加了@JsonValue,只会显示相应的属性的值不使用@JsonValue @JsonDeserializer类里面要做相应的处理
- Returns:
- Enum枚举值
-
getDescription
-
getHandler
-