Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(Root<T>, CriteriaUpdate<T>, CriteriaBuilder) - Method in interface io.github.xezzon.zeroweb.common.jpa.BaseDAO.UpdateCriteriaBuilder
 
ACCESS_KEY_HEADER - Static variable in class io.github.xezzon.zeroweb.auth.JwtFilter
 
ACCESS_KEY_HEADER - Static variable in class io.github.xezzon.zeroweb.ZerowebOpenConstant
应用访问凭据的请求头
AccessSecret - Class in io.github.xezzon.zeroweb.third_party_app.domain
第三方应用访问凭据与密钥
AccessSecret() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret
 
AccessSecret_ - Class in io.github.xezzon.zeroweb.third_party_app.domain
 
AccessSecret_() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
AccessSecretRepository - Interface in io.github.xezzon.zeroweb.third_party_app.repository
 
add(AddThirdPartyAppReq) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
添加第三方应用
addAllData(Iterable<? extends DictImportReq>) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addAllData(Iterable<? extends DictResp>) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addAllEntitlements(Iterable<String>) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
addAllGroups(Iterable<String>) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
addAllRoles(Iterable<String>) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
addData(int, DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addData(int, DictImportReq.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addData(int, DictResp) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addData(int, DictResp.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addData(DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addData(DictImportReq.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addData(DictResp) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addData(DictResp.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addDataBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addDataBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addDataBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
addDataBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
addDict(AddDictReq) - Method in class io.github.xezzon.zeroweb.dict.DictController
新增字典目/字典项
AddDictReq - Class in io.github.xezzon.zeroweb.dict.entity
 
AddDictReq() - Constructor for class io.github.xezzon.zeroweb.dict.entity.AddDictReq
 
addEntitlements(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
addEntitlementsBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
addGroups(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
addGroupsBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
addI18nMessage(AddI18nMessageReq) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
新增国际化内容
AddI18nMessageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
新增国际化内容的请求参数
AddI18nMessageReq(String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Creates an instance of a AddI18nMessageReq record class.
addInterceptors(InterceptorRegistry) - Method in class io.github.xezzon.zeroweb.auth.SaTokenConfigure
添加注解式鉴权功能
addLanguage(AddLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
新增语言
AddLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
新增语言的请求参数
AddLanguageReq(String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Creates an instance of a AddLanguageReq record class.
addOpenapi(AddOpenapiReq) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
新增`对外接口`
AddOpenapiReq - Record Class in io.github.xezzon.zeroweb.openapi.entity
 
AddOpenapiReq(String, String, HttpMethod) - Constructor for record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Creates an instance of a AddOpenapiReq record class.
addRoles(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
addRolesBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
AddSubscriptionReq - Record Class in io.github.xezzon.zeroweb.subscription.entity
 
AddSubscriptionReq(String, String) - Constructor for record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Creates an instance of a AddSubscriptionReq record class.
AddThirdPartyAppReq - Record Class in io.github.xezzon.zeroweb.third_party_app.entity
 
AddThirdPartyAppReq(String) - Constructor for record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Creates an instance of a AddThirdPartyAppReq record class.
addUser(AddUserReq) - Method in class io.github.xezzon.zeroweb.user.UserGrpc.UserBlockingStub
新增用户
addUser(AddUserReq) - Method in class io.github.xezzon.zeroweb.user.UserGrpc.UserFutureStub
新增用户
addUser(AddUserReq, StreamObserver<AddUserResp>) - Method in interface io.github.xezzon.zeroweb.user.UserGrpc.AsyncService
新增用户
addUser(AddUserReq, StreamObserver<AddUserResp>) - Method in class io.github.xezzon.zeroweb.user.UserGrpc.UserStub
新增用户
addUser(AddUserReq, StreamObserver<AddUserResp>) - Method in class io.github.xezzon.zeroweb.user.UserGrpcServer
新增用户(服务间接口)
AddUserReq - Class in io.github.xezzon.zeroweb.user
新增用户接口的参数
AddUserReq.Builder - Class in io.github.xezzon.zeroweb.user
新增用户接口的参数
AddUserReqConverter - Interface in io.github.xezzon.zeroweb.user.converter
 
AddUserReqConverterImpl - Class in io.github.xezzon.zeroweb.user.converter
 
AddUserReqConverterImpl() - Constructor for class io.github.xezzon.zeroweb.user.converter.AddUserReqConverterImpl
 
AddUserReqOrBuilder - Interface in io.github.xezzon.zeroweb.user
 
AddUserResp - Class in io.github.xezzon.zeroweb.user
新增用户接口的返回值
AddUserResp.Builder - Class in io.github.xezzon.zeroweb.user
新增用户接口的返回值
AddUserRespOrBuilder - Interface in io.github.xezzon.zeroweb.user
 
AdminErrorCode - Enum Class in io.github.xezzon.zeroweb.common.exception
错误码分配中心
AdminExceptionHandler - Class in io.github.xezzon.zeroweb.common.exception
 
AdminExceptionHandler() - Constructor for class io.github.xezzon.zeroweb.common.exception.AdminExceptionHandler
 
ALGORITHM - Static variable in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 
ALGORITHM - Static variable in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
Alphanumeric - Annotation Interface in io.github.xezzon.zeroweb.common.validator
数据校验:仅允许字母、数字、下划线
APP_ID - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
appId - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
appId() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns the value of the appId record component.
ApplicationContextProvider - Class in io.github.xezzon.zeroweb.common.context
应用上下文
ApplicationContextProvider() - Constructor for class io.github.xezzon.zeroweb.common.context.ApplicationContextProvider
 
ARGUMENT_NOT_VALID - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
HTTP请求参数不符合校验规则
ASCII_LOWER_CASE - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
小写字母
ASCII_UPPER_CASE - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
大写字母
ASN1PrivateKeyReader - Interface in io.github.xezzon.zeroweb.core.crypto
 
ASN1PrivateKeyWriter - Interface in io.github.xezzon.zeroweb.core.crypto
 
ASN1PublicKeyReader - Interface in io.github.xezzon.zeroweb.core.crypto
 
ASN1PublicKeyWriter - Interface in io.github.xezzon.zeroweb.core.crypto
 
AUDITING - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
auditSubscription(String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionController
审核订阅 审核后第三方应用即可调用该接口
AuthController - Class in io.github.xezzon.zeroweb.auth
认证授权管理
AuthController(AuthNService) - Constructor for class io.github.xezzon.zeroweb.auth.AuthController
 
AuthenticationProto - Class in io.github.xezzon.zeroweb.auth
 
AuthNService - Class in io.github.xezzon.zeroweb.auth
认证服务
AuthNService(IUserService4Auth, JwtCryptoService) - Constructor for class io.github.xezzon.zeroweb.auth.AuthNService
 
AUTHORIZATION - Enum constant in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
授权异常

B

BaseDAO<T extends IEntity<I>,I,M extends org.springframework.data.jpa.repository.JpaRepository<T,I> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>> - Class in io.github.xezzon.zeroweb.common.jpa
 
BaseDAO.ICopier<T> - Interface in io.github.xezzon.zeroweb.common.jpa
实体属性复制器
BaseDAO.UpdateCriteriaBuilder<T> - Interface in io.github.xezzon.zeroweb.common.jpa
更新条件组装器
BaseSpecs - Class in io.github.xezzon.zeroweb.common.jpa
 
BasicAuth - Record Class in io.github.xezzon.zeroweb.auth.entity
 
BasicAuth(String, String) - Constructor for record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Creates an instance of a BasicAuth record class.
basicLogin(BasicAuth) - Method in class io.github.xezzon.zeroweb.auth.AuthController
用户名口令认证
bindService() - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictImplBase
 
bindService() - Method in class io.github.xezzon.zeroweb.user.UserGrpc.UserImplBase
 
bindService(DictGrpc.AsyncService) - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
 
bindService(UserGrpc.AsyncService) - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
 
BreakException - Exception in io.github.xezzon.zeroweb.core.error
退出当前异常处理流程,用于不关心执行结果的地方。
BreakException() - Constructor for exception io.github.xezzon.zeroweb.core.error.BreakException
 
build() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
build() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
build() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
build() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
build() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
build() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
build() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
build() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
builder() - Method in class io.github.xezzon.zeroweb.ZerowebOpenRequestBuilder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
buildPartial() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 

C

CharacterConstant - Class in io.github.xezzon.zeroweb.common.constant
 
checkPermission(String) - Method in interface io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService
检查当前人员是否有指定应用的权限
checkPermission(String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
cipher - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
CIPHER - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
CLAIM_NAME - Static variable in class io.github.xezzon.zeroweb.auth.JwtAuth
 
class_ - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
class_ - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
class_ - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
class_ - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
class_ - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
class_ - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
class_ - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
clear() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
clear() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
clearCode() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
string code = 2;
clearCode() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典键
clearData() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
clearData() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
clearEntitlements() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
clearGroups() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
clearId() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
string id = 1;
clearId() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
用户ID
clearLabel() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
clearLabel() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典值
clearNickname() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
昵称
clearNickname() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
clearOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
int32 ordinal = 4;
clearOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
排序号
clearParentId() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
上级ID
clearPassword() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
密码
clearPreferredUsername() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户名
clearRoles() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
clearSubject() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户ID
clearTag() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
clearTag() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
clearTag() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典目
clearUsername() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
用户名
CLIENT - Enum constant in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
客户端异常 需要通知给调用方处理
code - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
code - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
code() - Method in record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Returns the value of the code record component.
code() - Method in interface io.github.xezzon.zeroweb.core.error.IErrorCode
错误码编码 格式为 `${错误来源类型}{模块编码}{异常码序列号}`
code() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the code record component.
code() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the code record component.
CODE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
CODE - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
CODE_COLUMN - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
CODE_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictImportReq
 
CODE_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
CommonErrorCode - Enum Class in io.github.xezzon.zeroweb.common.exception
错误码分配中心
content - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
content() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the content record component.
CONTENT - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
copy(T, T) - Method in interface io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier
复制实体属性,如果源实体属性为null,则不复制
CREATE_TIME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
CREATE_TIME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
createTime - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
createTime - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 

D

DATA_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
DATA_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictListResp
 
DATA_PERMISSION_FORBIDDEN - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
数据权限无效
DatabaseConstant - Class in io.github.xezzon.zeroweb.common.constant
数据库相关常量
DataPermissionForbiddenException - Exception in io.github.xezzon.zeroweb.common.exception
 
DataPermissionForbiddenException(String) - Constructor for exception io.github.xezzon.zeroweb.common.exception.DataPermissionForbiddenException
 
DbTrait - Interface in io.github.xezzon.zeroweb.common.marker
以与数据库交互的方式实现功能
decode(String) - Method in class io.github.xezzon.zeroweb.auth.JwtAuth
校验、解码JWT令牌
defaultSort() - Static method in class io.github.xezzon.zeroweb.third_party_app.repository.ThirdPartyAppSpec
 
DELETE - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
deleteByLanguage(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
deleteByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
deleteI18nMessage(String) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
删除国际化内容
deleteLanguage(String) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
删除语言
DerStringReader - Class in io.github.xezzon.zeroweb.core.crypto
 
DerStringReader(String) - Constructor for class io.github.xezzon.zeroweb.core.crypto.DerStringReader
 
description - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
description() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the description record component.
description() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the description record component.
DESCRIPTION - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
destination - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
destination() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the destination record component.
destination() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the destination record component.
DESTINATION - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
Dict - Class in io.github.xezzon.zeroweb.dict.domain
字典 字典是一组提供给用户选择的值。
Dict() - Constructor for class io.github.xezzon.zeroweb.dict.domain.Dict
 
Dict_ - Class in io.github.xezzon.zeroweb.dict.domain
 
Dict_() - Constructor for class io.github.xezzon.zeroweb.dict.domain.Dict_
 
DICT_I18N_NAMESPACE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict
 
DICT_TAG - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict
 
DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
DictController - Class in io.github.xezzon.zeroweb.dict
字典管理
DictController(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictController
 
DictDAO - Class in io.github.xezzon.zeroweb.dict
 
DictDbHandler - Class in io.github.xezzon.zeroweb.dict
字典管理在本服务实现,所以不需要以 RPC 调用的方式导入字典。
DictDbHandler(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictDbHandler
 
DictGrpc - Class in io.github.xezzon.zeroweb.dict
字典相关的服务间接口
DictGrpc.AsyncService - Interface in io.github.xezzon.zeroweb.dict
字典相关的服务间接口
DictGrpc.DictBlockingStub - Class in io.github.xezzon.zeroweb.dict
A stub to allow clients to do synchronous rpc calls to service Dict.
DictGrpc.DictFutureStub - Class in io.github.xezzon.zeroweb.dict
A stub to allow clients to do ListenableFuture-style rpc calls to service Dict.
DictGrpc.DictImplBase - Class in io.github.xezzon.zeroweb.dict
Base class for the server implementation of the service Dict.
DictGrpc.DictStub - Class in io.github.xezzon.zeroweb.dict
A stub to allow clients to do asynchronous rpc calls to service Dict.
DictGrpcServer - Class in io.github.xezzon.zeroweb.dict
 
DictGrpcServer(DictService) - Constructor for class io.github.xezzon.zeroweb.dict.DictGrpcServer
 
DictImplBase() - Constructor for class io.github.xezzon.zeroweb.dict.DictGrpc.DictImplBase
 
DictImporter - Interface in io.github.xezzon.zeroweb.dict
字典导入功能
DictImportReq - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictImportReq
DictImportReq.Builder - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictImportReq
DictImportReqConverter - Interface in io.github.xezzon.zeroweb.dict.converter
 
DictImportReqConverterImpl - Class in io.github.xezzon.zeroweb.dict.converter
 
DictImportReqConverterImpl() - Constructor for class io.github.xezzon.zeroweb.dict.converter.DictImportReqConverterImpl
 
DictImportReqList - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictImportReqList
DictImportReqList.Builder - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictImportReqList
DictImportReqListOrBuilder - Interface in io.github.xezzon.zeroweb.dict
 
DictImportReqOrBuilder - Interface in io.github.xezzon.zeroweb.dict
 
DictListResp - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictListResp
DictListResp.Builder - Class in io.github.xezzon.zeroweb.dict
Protobuf type io.github.xezzon.zeroweb.dict.DictListResp
DictListRespOrBuilder - Interface in io.github.xezzon.zeroweb.dict
 
DictProto - Class in io.github.xezzon.zeroweb.dict
 
DictRepository - Interface in io.github.xezzon.zeroweb.dict.repository
 
DictReq - Class in io.github.xezzon.zeroweb.dict
字典请求
DictReq.Builder - Class in io.github.xezzon.zeroweb.dict
字典请求
DictReqOrBuilder - Interface in io.github.xezzon.zeroweb.dict
 
DictResp - Class in io.github.xezzon.zeroweb.dict
字典响应
DictResp.Builder - Class in io.github.xezzon.zeroweb.dict
字典响应
DictRespConverter - Interface in io.github.xezzon.zeroweb.dict.converter
 
DictRespConverterImpl - Class in io.github.xezzon.zeroweb.dict.converter
 
DictRespConverterImpl() - Constructor for class io.github.xezzon.zeroweb.dict.converter.DictRespConverterImpl
 
DictRespOrBuilder - Interface in io.github.xezzon.zeroweb.dict
 
DictRpcHandler - Class in io.github.xezzon.zeroweb.dict
以 RPC 调用的方式实现字典导入功能,针对 zeroweb-service-admin 以外的服务。
DictRpcHandler() - Constructor for class io.github.xezzon.zeroweb.dict.DictRpcHandler
 
DictScanner - Class in io.github.xezzon.zeroweb.dict
在 Bean 注册阶段扫描 classpath 下所有实现了 IDict 接口的枚举类,并在用用启动时将其注册到数据库中。
DictScanner() - Constructor for class io.github.xezzon.zeroweb.dict.DictScanner
 
DictService - Class in io.github.xezzon.zeroweb.dict
 
DictService(DictDAO) - Constructor for class io.github.xezzon.zeroweb.dict.DictService
 
DictSpecs - Class in io.github.xezzon.zeroweb.dict.repository
 
dictTag - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
DIGEST_ALGORITHM - Static variable in class io.github.xezzon.zeroweb.ZerowebOpenConstant
摘要算法
DIGIT - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
数字
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.github.xezzon.zeroweb.auth.JwtFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
DOT - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
DRAFT - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 

E

editable - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
editable - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
EDITABLE - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
EDITABLE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
enabled - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
enabled - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the enabled record component.
enabled() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the enabled record component.
ENABLED - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ENABLED - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
EnableDictScan - Annotation Interface in io.github.xezzon.zeroweb.dict
启用注解扫描。
ENTITLEMENTS_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 
eq(II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
当命名空间与键都相同时,认为是同一国际化内容
equals(Object) - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
equals(Object) - Method in record class io.github.xezzon.zeroweb.common.domain.Id
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
equals(Object) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
equals(Object) - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
equals(Object) - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
equals(Object) - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
equals(Object) - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
error() - Method in record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Returns the value of the error record component.
ERROR_CODE_HEADER - Static variable in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
错误码的请求头名称
ErrorDetail - Class in io.github.xezzon.zeroweb.common.exception
API异常响应对象,与 Error-Code 响应头对应
ErrorDetail(String, String) - Constructor for class io.github.xezzon.zeroweb.common.exception.ErrorDetail
 
ErrorResponse - Record Class in io.github.xezzon.zeroweb.common.exception
API异常响应体
ErrorResponse(String, ErrorDetail) - Constructor for record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Creates an instance of a ErrorResponse record class.
ErrorSourceType - Enum Class in io.github.xezzon.zeroweb.core.error
错误来源类型
EXCEPTION_I18N_BASENAME - Static variable in exception io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
 
ExcludeDbTrait - Class in io.github.xezzon.zeroweb.common.marker
 
ExcludeDbTrait() - Constructor for class io.github.xezzon.zeroweb.common.marker.ExcludeDbTrait
 
excludes() - Element in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
 

F

FILE_SUFFIX - Static variable in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
PEM文件默认后缀名
findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.common.jpa.BaseDAO
分页查询数据
findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
分页查询
findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
findAll(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
findAllWithUserId(ODataQueryOption, String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
findByAppId(String) - Method in interface io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository
 
findByAppIdAndOpenapiCodeIn(String, Collection<String>) - Method in interface io.github.xezzon.zeroweb.subscription.repository.SubscriptionRepository
 
findByCode(String) - Method in interface io.github.xezzon.zeroweb.openapi.repository.OpenapiRepository
 
findByDictTagAndLanguageTag(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
 
findByDictTagOrderByOrdinalAsc(String) - Method in interface io.github.xezzon.zeroweb.locale.repository.LanguageRepository
 
findByNamespaceAndLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
 
findByNamespaceAndMessageKey(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByNamespaceAndMessageKeyAndLanguage(String, String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
findByParentIdIn(Collection<String>) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByTagAndCode(String, String) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByTagOrderByOrdinalAsc(String) - Method in interface io.github.xezzon.zeroweb.dict.repository.DictRepository
 
findByUsername(String) - Method in interface io.github.xezzon.zeroweb.user.repository.UserRepository
根据用户名获取记录
findDistinctNamespace() - Method in interface io.github.xezzon.zeroweb.locale.repository.I18nMessageRepository
 
format(String, String, Object...) - Method in class io.github.xezzon.zeroweb.common.i18n.I18nUtil.I18nMessageFormatter
 
formatter(String) - Static method in class io.github.xezzon.zeroweb.common.i18n.I18nUtil
消息格式化的构造器
forwardForSafe(String, byte[], String, Instant, String, HttpHeaders, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.call.SubscriptionCallController
转发 GET 请求
forwardForUnsafe(String, byte[], String, Instant, String, HttpHeaders, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.call.SubscriptionCallController
转发非 GET 请求
from(DecodedJWT) - Static method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
 
from(DictImportReq) - Method in interface io.github.xezzon.zeroweb.dict.converter.DictImportReqConverter
 
from(DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.converter.DictImportReqConverterImpl
 
from(Dict) - Method in interface io.github.xezzon.zeroweb.dict.converter.DictRespConverter
 
from(Dict) - Method in class io.github.xezzon.zeroweb.dict.converter.DictRespConverterImpl
 
from(AddUserReq) - Method in interface io.github.xezzon.zeroweb.user.converter.AddUserReqConverter
 
from(AddUserReq) - Method in class io.github.xezzon.zeroweb.user.converter.AddUserReqConverterImpl
 

G

generate(SharedSessionContractImplementor, Object) - Method in class io.github.xezzon.zeroweb.common.jpa.HibernateIdGenerator
 
generateBearer() - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
generateBearer(String) - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
generateJwt(String) - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
generateJwt4App(String) - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
genericRedisTemplate() - Method in class io.github.xezzon.zeroweb.common.redis.RedisTemplateFactory
常规 Redis 处理器
get() - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
 
get() - Method in class io.github.xezzon.zeroweb.common.jpa.BaseDAO
 
get() - Method in class io.github.xezzon.zeroweb.user.UserDAO
 
GET - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getAccessKey() - Method in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret
 
getAddUserMethod() - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
 
getByCode(String) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiService
 
getByCode(String) - Method in interface io.github.xezzon.zeroweb.openapi.service.IOpenapiService4Subscription
根据编码查询对外接口
getCode() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
string code = 2;
getCode() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
string code = 2;
getCode() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
string code = 2;
getCode() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典键
getCode() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典键
getCode() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典键
getCode() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getCode() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getCode() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getCodeBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
string code = 2;
getCodeBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
string code = 2;
getCodeBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
string code = 2;
getCodeBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典键
getCodeBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典键
getCodeBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典键
getCopier() - Method in class io.github.xezzon.zeroweb.common.jpa.BaseDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.dict.DictDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.I18nMessageDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.LanguageDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.locale.TranslationDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionDAO
 
getCopier() - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
 
getCountDownLatch() - Method in class io.github.xezzon.zeroweb.dict.DictRpcHandler
 
getData(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getData(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getData(int) - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqListOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getData(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getData(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getData(int) - Method in interface io.github.xezzon.zeroweb.dict.DictListRespOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataCount() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataCount() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataCount() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqListOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataCount() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataCount() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataCount() - Method in interface io.github.xezzon.zeroweb.dict.DictListRespOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataList() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataList() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataList() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqListOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataList() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataList() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataList() - Method in interface io.github.xezzon.zeroweb.dict.DictListRespOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilder(int) - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqListOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilder(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilder(int) - Method in interface io.github.xezzon.zeroweb.dict.DictListRespOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilderList() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqListOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
getDataOrBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilderList() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDataOrBuilderList() - Method in interface io.github.xezzon.zeroweb.dict.DictListRespOrBuilder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
getDefaultInstance() - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
getDefaultInstanceForType() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.auth.AuthenticationProto
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictProto
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
getDescriptor() - Static method in class io.github.xezzon.zeroweb.user.UserProto
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
getDescriptorForType() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
getDictListByTag(DictReq) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictBlockingStub
根据字典目获取字典列表
getDictListByTag(DictReq) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictFutureStub
根据字典目获取字典列表
getDictListByTag(DictReq, StreamObserver<DictListResp>) - Method in interface io.github.xezzon.zeroweb.dict.DictGrpc.AsyncService
根据字典目获取字典列表
getDictListByTag(DictReq, StreamObserver<DictListResp>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictStub
根据字典目获取字典列表
getDictListByTag(DictReq, StreamObserver<DictListResp>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpcServer
查询指定字典目下所有字典项的列表(服务间接口)
getDictTagList(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.dict.DictController
分页查询字典目列表
getDictTreeByTag(String) - Method in class io.github.xezzon.zeroweb.dict.DictController
查询指定字典目下所有字典项的列表
getDigit() - Static method in class io.github.xezzon.zeroweb.common.constant.CharacterConstant
 
getEntitlements(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
getEntitlements(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
权限
getEntitlements(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
权限
getEntitlementsBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
getEntitlementsBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
权限
getEntitlementsBytes(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
权限
getEntitlementsCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
getEntitlementsCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
权限
getEntitlementsCount() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
权限
getEntitlementsList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
getEntitlementsList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
权限
getEntitlementsList() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
权限
getGetDictListByTagMethod() - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
 
getGroups(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
getGroups(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户组
getGroups(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户组
getGroupsBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
getGroupsBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户组
getGroupsBytes(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户组
getGroupsCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
getGroupsCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户组
getGroupsCount() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户组
getGroupsList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
getGroupsList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户组
getGroupsList() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户组
getId() - Method in interface io.github.xezzon.zeroweb.common.jpa.IEntity
 
getId() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
string id = 1;
getId() - Method in class io.github.xezzon.zeroweb.dict.DictResp
string id = 1;
getId() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
string id = 1;
getId() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
用户ID
getId() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
用户ID
getId() - Method in interface io.github.xezzon.zeroweb.user.AddUserRespOrBuilder
用户ID
getIdBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
string id = 1;
getIdBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp
string id = 1;
getIdBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
string id = 1;
getIdBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
用户ID
getIdBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
用户ID
getIdBytes() - Method in interface io.github.xezzon.zeroweb.user.AddUserRespOrBuilder
用户ID
getImportDictMethod() - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
 
getLabel() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
getLabel() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string label = 3;
getLabel() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string label = 3;
getLabel() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典值
getLabel() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典值
getLabel() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典值
getLabel() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getLabel() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getLabel() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getLabelBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
getLabelBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string label = 3;
getLabelBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string label = 3;
getLabelBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典值
getLabelBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典值
getLabelBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典值
getLocalizedMessage(Locale, String) - Method in exception io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
 
getLowercase() - Static method in class io.github.xezzon.zeroweb.common.constant.CharacterConstant
 
getMessage() - Method in exception io.github.xezzon.zeroweb.common.exception.ZerowebBusinessException
 
getMessage() - Method in exception io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
 
getMessageKey() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getMessageKey() - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
 
getNamespace() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getNamespace() - Method in interface io.github.xezzon.zeroweb.locale.event.II18nMessage
 
getNickname() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
昵称
getNickname() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
昵称
getNickname() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
昵称
getNickname() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
getNickname() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
昵称
getNickname() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
昵称
getNicknameBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
昵称
getNicknameBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
昵称
getNicknameBytes() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
昵称
getNicknameBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
getNicknameBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
昵称
getNicknameBytes() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
昵称
getOpenapiList(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
获取`对外接口`列表的分页数据
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
int32 ordinal = 4;
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
int32 ordinal = 4;
getOrdinal() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
int32 ordinal = 4;
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
排序号
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.DictResp
排序号
getOrdinal() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
排序号
getOrdinal() - Method in class io.github.xezzon.zeroweb.dict.domain.Dict
 
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getOrdinal() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getPageNumber() - Method in class io.github.xezzon.zeroweb.core.odata.ODataQueryOption
 
getParentId() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
上级ID
getParentId() - Method in class io.github.xezzon.zeroweb.dict.DictResp
上级ID
getParentId() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
上级ID
getParentIdBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
上级ID
getParentIdBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp
上级ID
getParentIdBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
上级ID
getParserForType() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
getParserForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
getParserForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
getParserForType() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
getParserForType() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
getParserForType() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
getParserForType() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
getParserForType() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
getPassword() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
密码
getPassword() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
密码
getPassword() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
密码
getPasswordBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
密码
getPasswordBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
密码
getPasswordBytes() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
密码
getPreferredUsername() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户名
getPreferredUsername() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户名
getPreferredUsername() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户名
getPreferredUsernameBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户名
getPreferredUsernameBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户名
getPreferredUsernameBytes() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户名
getPublicKey() - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
getPublicKey() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
 
getPublicKey() - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
获取公钥
getResourceFromClasspath(String) - Static method in class io.github.xezzon.zeroweb.core.util.ResourceUtil
从首个文件系统的classpath中获取资源
getResourcesFromClasspath(String) - Static method in class io.github.xezzon.zeroweb.core.util.ResourceUtil
从所有的文件系统的classpath中获取资源
getRoles(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
getRoles(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
角色
getRoles(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
角色
getRolesBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
getRolesBytes(int) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
角色
getRolesBytes(int) - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
角色
getRolesCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
getRolesCount() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
角色
getRolesCount() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
角色
getRolesList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
getRolesList() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
角色
getRolesList() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
角色
getSecretKey() - Static method in class io.github.xezzon.zeroweb.auth.TestJwtGenerator
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
getSerializedSize() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
getServiceDescriptor() - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
 
getServiceDescriptor() - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
 
getSubject() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户ID
getSubject() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户ID
getSubject() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户ID
getSubjectBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户ID
getSubjectBytes() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
用户ID
getSubjectBytes() - Method in interface io.github.xezzon.zeroweb.auth.JwtClaimOrBuilder
用户ID
getSubscription(String, String) - Method in interface io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4Call
获取指定应用ID下被订阅的对外接口
getSubscription(String, String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
getSubscriptionStatus() - Method in class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string tag = 1;
getTag() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string tag = 1;
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictReq
字典目
getTag() - Method in interface io.github.xezzon.zeroweb.dict.DictReqOrBuilder
字典目
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典目
getTag() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典目
getTag() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典目
getTag() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
getTag() - Method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
getTag() - Method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string tag = 1;
getTagBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string tag = 1;
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictReq
字典目
getTagBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictReqOrBuilder
字典目
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典目
getTagBytes() - Method in class io.github.xezzon.zeroweb.dict.DictResp
字典目
getTagBytes() - Method in interface io.github.xezzon.zeroweb.dict.DictRespOrBuilder
字典目
getUppercase() - Static method in class io.github.xezzon.zeroweb.common.constant.CharacterConstant
 
getUserByUsername(String) - Method in interface io.github.xezzon.zeroweb.user.service.IUserService4Auth
根据用户名获取用户信息
getUserByUsername(String) - Method in class io.github.xezzon.zeroweb.user.UserService
 
getUsername() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
用户名
getUsername() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
用户名
getUsername() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
用户名
getUsernameBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
用户名
getUsernameBytes() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
用户名
getUsernameBytes() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
用户名
GlobalExceptionHandler - Class in io.github.xezzon.zeroweb.common.exception
全局异常处理 错误码: 依据`异常类-错误码`映射查找。
GlobalExceptionHandler() - Constructor for class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
 
groups() - Element in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
Hibernate Validator 要求的字段之一
GROUPS_CLAIM - Static variable in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
用户组
GROUPS_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 

H

handleException(NotLoginException, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
未登录
handleException(ZerowebBusinessException, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
业务异常
handleException(Throwable, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
非业务异常(通用)
handleException(MethodArgumentNotValidException, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
参数校验不通过
handleException(NoResourceFoundException, HttpServletRequest) - Method in class io.github.xezzon.zeroweb.common.exception.GlobalExceptionHandler
请求资源不存在
hashCode() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
Returns a hash code value for this object.
hashCode() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
hashCode() - Method in record class io.github.xezzon.zeroweb.common.domain.Id
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns a hash code value for this object.
hashCode() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
hashCode() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
hashCode() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
hashCode() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
hashCode() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns a hash code value for this object.
hashCode() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns a hash code value for this object.
hashCode() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
hashCode() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
hasLabel() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
hasLabel() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string label = 3;
hasLabel() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string label = 3;
hasNickname() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
hasNickname() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
昵称
hasNickname() - Method in interface io.github.xezzon.zeroweb.user.AddUserReqOrBuilder
昵称
hasTag() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
hasTag() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
optional string tag = 1;
hasTag() - Method in interface io.github.xezzon.zeroweb.dict.DictImportReqOrBuilder
optional string tag = 1;
hasTag() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
hasTag() - Method in class io.github.xezzon.zeroweb.dict.DictReq
字典目
hasTag() - Method in interface io.github.xezzon.zeroweb.dict.DictReqOrBuilder
字典目
HibernateIdGenerator - Class in io.github.xezzon.zeroweb.common.jpa
ID 生成器 生成规则取决于配置 ${zeroweb.id-generator}
HibernateIdGenerator() - Constructor for class io.github.xezzon.zeroweb.common.jpa.HibernateIdGenerator
 
HTTP_METHOD - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
httpMethod - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
httpMethod() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns the value of the httpMethod record component.
httpMethod() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the httpMethod record component.
HttpMethod - Enum Class in io.github.xezzon.zeroweb.openapi.domain
开放平台允许使用的HTTP方法
HYPHEN - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
短横线

I

I18N_BASENAME - Static variable in interface io.github.xezzon.zeroweb.core.error.IErrorCode
错误码国际化的命名空间
I18nConfig - Class in io.github.xezzon.zeroweb.common.i18n
Spring 国际化配置
I18nConfig() - Constructor for class io.github.xezzon.zeroweb.common.i18n.I18nConfig
 
i18nMessage() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns the value of the i18nMessage record component.
I18nMessage - Class in io.github.xezzon.zeroweb.locale.domain
国际化内容
I18nMessage() - Constructor for class io.github.xezzon.zeroweb.locale.domain.I18nMessage
 
I18nMessage_ - Class in io.github.xezzon.zeroweb.locale.domain
 
I18nMessage_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
I18nMessageChangedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
国际化内容变更事件
I18nMessageChangedEvent(II18nMessage, II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Creates an instance of a I18nMessageChangedEvent record class.
I18nMessageController - Class in io.github.xezzon.zeroweb.locale
国际化内容及文本管理
I18nMessageController(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.I18nMessageController
 
I18nMessageDAO - Class in io.github.xezzon.zeroweb.locale
 
I18nMessageDeletedEvent - Record Class in io.github.xezzon.zeroweb.locale.event
国际化内容删除事件
I18nMessageDeletedEvent(II18nMessage) - Constructor for record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Creates an instance of a I18nMessageDeletedEvent record class.
I18nMessageFormatter(String) - Constructor for class io.github.xezzon.zeroweb.common.i18n.I18nUtil.I18nMessageFormatter
 
I18nMessageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 
I18nUtil - Class in io.github.xezzon.zeroweb.common.i18n
国际化相关方法
I18nUtil.I18nMessageFormatter - Class in io.github.xezzon.zeroweb.common.i18n
消息格式化器
id - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
id - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
id - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
id - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
id - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
id - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
id - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
id() - Method in record class io.github.xezzon.zeroweb.common.domain.Id
Returns the value of the id record component.
id() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the id record component.
id() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns the value of the id record component.
Id - Record Class in io.github.xezzon.zeroweb.common.domain
将ID封装成对象
Id(String) - Constructor for record class io.github.xezzon.zeroweb.common.domain.Id
Creates an instance of a Id record class.
ID - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
ID - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
ID - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ID - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
ID_COLUMN - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
ID_COLUMN - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
ID_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
ID_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.user.AddUserResp
 
ID_GENERATOR - Static variable in class io.github.xezzon.zeroweb.common.config.ZerowebConfig
ID生成策略配置Key
ID_LENGTH - Static variable in class io.github.xezzon.zeroweb.common.constant.DatabaseConstant
主键字段长度
identicallyEqual() - Static method in class io.github.xezzon.zeroweb.common.jpa.BaseSpecs
构造`WHERE TRUE;`的 JPA Specification。
identicallyNotEqual() - Static method in class io.github.xezzon.zeroweb.common.jpa.BaseSpecs
构造`WHERE FALSE;`的 JPA Specification。
IdGenerator - Annotation Interface in io.github.xezzon.zeroweb.common.jpa
标记实体类的 id 以自定义的方式生成
IEntity<T> - Interface in io.github.xezzon.zeroweb.common.jpa
 
IErrorCode - Interface in io.github.xezzon.zeroweb.core.error
错误码抽象
II18nMessage - Interface in io.github.xezzon.zeroweb.locale.event
需要国际化的功能,需要实现该接口
importDict(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictDbHandler
 
importDict(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictBlockingStub
导入字典
importDict(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictFutureStub
导入字典
importDict(DictImportReqList) - Method in interface io.github.xezzon.zeroweb.dict.DictImporter
批量导入字典 逐个判断。
importDict(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictRpcHandler
 
importDict(DictImportReqList, StreamObserver<Empty>) - Method in interface io.github.xezzon.zeroweb.dict.DictGrpc.AsyncService
导入字典
importDict(DictImportReqList, StreamObserver<Empty>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpc.DictStub
导入字典
importDict(DictImportReqList, StreamObserver<Empty>) - Method in class io.github.xezzon.zeroweb.dict.DictGrpcServer
导入字典数据(服务间接口)
includes() - Element in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
 
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.dict.converter.DictImportReqConverter
 
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.dict.converter.DictRespConverter
 
INSTANCE - Static variable in interface io.github.xezzon.zeroweb.user.converter.AddUserReqConverter
 
into() - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
 
into() - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
 
into() - Method in class io.github.xezzon.zeroweb.dict.entity.AddDictReq
 
into() - Method in class io.github.xezzon.zeroweb.dict.entity.ModifyDictReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
 
into() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
 
into() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
 
into() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
 
into() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
 
into() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
 
into() - Method in class io.github.xezzon.zeroweb.user.entity.RegisterUserReq
 
INVALID_ACCESS_KEY - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
INVALID_PASSWORD - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
用户名或密码错误
INVALID_TOKEN - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
无效的token
InvalidAccessKeyException - Exception in io.github.xezzon.zeroweb.common.exception
无效的访问密钥 原因: 1.
InvalidAccessKeyException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidAccessKeyException
 
InvalidPasswordException - Exception in io.github.xezzon.zeroweb.common.exception
不正确的口令
InvalidPasswordException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidPasswordException
 
InvalidSessionException - Exception in io.github.xezzon.zeroweb.common.exception
无效的会话信息
InvalidSessionException(Throwable) - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidSessionException
 
InvalidTokenException - Exception in io.github.xezzon.zeroweb.common.exception
不正确的口令
InvalidTokenException(Throwable) - Constructor for exception io.github.xezzon.zeroweb.common.exception.InvalidTokenException
 
io.github.xezzon.zeroweb - package io.github.xezzon.zeroweb
 
io.github.xezzon.zeroweb.auth - package io.github.xezzon.zeroweb.auth
 
io.github.xezzon.zeroweb.auth.config - package io.github.xezzon.zeroweb.auth.config
 
io.github.xezzon.zeroweb.auth.entity - package io.github.xezzon.zeroweb.auth.entity
 
io.github.xezzon.zeroweb.call - package io.github.xezzon.zeroweb.call
 
io.github.xezzon.zeroweb.common.config - package io.github.xezzon.zeroweb.common.config
 
io.github.xezzon.zeroweb.common.constant - package io.github.xezzon.zeroweb.common.constant
 
io.github.xezzon.zeroweb.common.context - package io.github.xezzon.zeroweb.common.context
 
io.github.xezzon.zeroweb.common.domain - package io.github.xezzon.zeroweb.common.domain
 
io.github.xezzon.zeroweb.common.exception - package io.github.xezzon.zeroweb.common.exception
 
io.github.xezzon.zeroweb.common.i18n - package io.github.xezzon.zeroweb.common.i18n
 
io.github.xezzon.zeroweb.common.jpa - package io.github.xezzon.zeroweb.common.jpa
 
io.github.xezzon.zeroweb.common.marker - package io.github.xezzon.zeroweb.common.marker
 
io.github.xezzon.zeroweb.common.otlp - package io.github.xezzon.zeroweb.common.otlp
 
io.github.xezzon.zeroweb.common.redis - package io.github.xezzon.zeroweb.common.redis
 
io.github.xezzon.zeroweb.common.validator - package io.github.xezzon.zeroweb.common.validator
 
io.github.xezzon.zeroweb.core.crypto - package io.github.xezzon.zeroweb.core.crypto
 
io.github.xezzon.zeroweb.core.error - package io.github.xezzon.zeroweb.core.error
 
io.github.xezzon.zeroweb.core.odata - package io.github.xezzon.zeroweb.core.odata
 
io.github.xezzon.zeroweb.core.util - package io.github.xezzon.zeroweb.core.util
 
io.github.xezzon.zeroweb.crypto - package io.github.xezzon.zeroweb.crypto
 
io.github.xezzon.zeroweb.crypto.event - package io.github.xezzon.zeroweb.crypto.event
 
io.github.xezzon.zeroweb.crypto.service - package io.github.xezzon.zeroweb.crypto.service
 
io.github.xezzon.zeroweb.dict - package io.github.xezzon.zeroweb.dict
 
io.github.xezzon.zeroweb.dict.converter - package io.github.xezzon.zeroweb.dict.converter
 
io.github.xezzon.zeroweb.dict.domain - package io.github.xezzon.zeroweb.dict.domain
 
io.github.xezzon.zeroweb.dict.entity - package io.github.xezzon.zeroweb.dict.entity
 
io.github.xezzon.zeroweb.dict.repository - package io.github.xezzon.zeroweb.dict.repository
 
io.github.xezzon.zeroweb.locale - package io.github.xezzon.zeroweb.locale
 
io.github.xezzon.zeroweb.locale.domain - package io.github.xezzon.zeroweb.locale.domain
 
io.github.xezzon.zeroweb.locale.entity - package io.github.xezzon.zeroweb.locale.entity
 
io.github.xezzon.zeroweb.locale.event - package io.github.xezzon.zeroweb.locale.event
 
io.github.xezzon.zeroweb.locale.repository - package io.github.xezzon.zeroweb.locale.repository
 
io.github.xezzon.zeroweb.openapi - package io.github.xezzon.zeroweb.openapi
 
io.github.xezzon.zeroweb.openapi.domain - package io.github.xezzon.zeroweb.openapi.domain
 
io.github.xezzon.zeroweb.openapi.entity - package io.github.xezzon.zeroweb.openapi.entity
 
io.github.xezzon.zeroweb.openapi.repository - package io.github.xezzon.zeroweb.openapi.repository
 
io.github.xezzon.zeroweb.openapi.service - package io.github.xezzon.zeroweb.openapi.service
 
io.github.xezzon.zeroweb.subscription - package io.github.xezzon.zeroweb.subscription
 
io.github.xezzon.zeroweb.subscription.domain - package io.github.xezzon.zeroweb.subscription.domain
 
io.github.xezzon.zeroweb.subscription.entity - package io.github.xezzon.zeroweb.subscription.entity
 
io.github.xezzon.zeroweb.subscription.repository - package io.github.xezzon.zeroweb.subscription.repository
 
io.github.xezzon.zeroweb.subscription.service - package io.github.xezzon.zeroweb.subscription.service
 
io.github.xezzon.zeroweb.third_party_app - package io.github.xezzon.zeroweb.third_party_app
 
io.github.xezzon.zeroweb.third_party_app.domain - package io.github.xezzon.zeroweb.third_party_app.domain
 
io.github.xezzon.zeroweb.third_party_app.entity - package io.github.xezzon.zeroweb.third_party_app.entity
 
io.github.xezzon.zeroweb.third_party_app.repository - package io.github.xezzon.zeroweb.third_party_app.repository
 
io.github.xezzon.zeroweb.third_party_app.service - package io.github.xezzon.zeroweb.third_party_app.service
 
io.github.xezzon.zeroweb.user - package io.github.xezzon.zeroweb.user
 
io.github.xezzon.zeroweb.user.converter - package io.github.xezzon.zeroweb.user.converter
 
io.github.xezzon.zeroweb.user.domain - package io.github.xezzon.zeroweb.user.domain
 
io.github.xezzon.zeroweb.user.entity - package io.github.xezzon.zeroweb.user.entity
 
io.github.xezzon.zeroweb.user.repository - package io.github.xezzon.zeroweb.user.repository
 
io.github.xezzon.zeroweb.user.service - package io.github.xezzon.zeroweb.user.service
 
IOpenapiService4Subscription - Interface in io.github.xezzon.zeroweb.openapi.service
 
isDictTag() - Static method in class io.github.xezzon.zeroweb.dict.repository.DictSpecs
 
isInitialized() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
isInitialized() - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
isInitialized() - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
isInitialized() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
isPublished() - Method in class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
ISubscriptionService4Call - Interface in io.github.xezzon.zeroweb.subscription.service
 
ISubscriptionService4ThirdPartyApp - Interface in io.github.xezzon.zeroweb.subscription.service
 
IThirdPartyAppService - Interface in io.github.xezzon.zeroweb.third_party_app.service
 
IThirdPartyAppService4Call - Interface in io.github.xezzon.zeroweb.third_party_app.service
 
IUserService4Auth - Interface in io.github.xezzon.zeroweb.user.service
 

J

JwtAuth - Class in io.github.xezzon.zeroweb.auth
JWT认证相关
JwtAuth(byte[]) - Constructor for class io.github.xezzon.zeroweb.auth.JwtAuth
 
JwtAuth(ECPrivateKey) - Constructor for class io.github.xezzon.zeroweb.auth.JwtAuth
签发JWT时的构造器
JwtAuth(ECPublicKey) - Constructor for class io.github.xezzon.zeroweb.auth.JwtAuth
校验JWT时使用的构造器
JwtClaim - Class in io.github.xezzon.zeroweb.auth
JWT claim
JwtClaim.Builder - Class in io.github.xezzon.zeroweb.auth
JWT claim
JwtClaimOrBuilder - Interface in io.github.xezzon.zeroweb.auth
 
JwtClaimWrapper - Record Class in io.github.xezzon.zeroweb.auth.entity
JWT载荷包装器
JwtClaimWrapper(JwtClaim) - Constructor for record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
Creates an instance of a JwtClaimWrapper record class.
JwtCryptoService - Interface in io.github.xezzon.zeroweb.crypto.service
 
JwtFilter - Class in io.github.xezzon.zeroweb.auth
 
JwtFilter() - Constructor for class io.github.xezzon.zeroweb.auth.JwtFilter
 
JwtKeyManager - Class in io.github.xezzon.zeroweb.crypto
JWT 密钥管理器,用于生成、保存和加载 JWT 密钥对以及签发 JWT。
JwtKeyManager(ZerowebConfig) - Constructor for class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 

K

keyConverter - Static variable in class io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
 

L

label - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
LABEL - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
LABEL_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictImportReq
 
LABEL_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
language - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
language() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the language record component.
Language - Class in io.github.xezzon.zeroweb.locale.domain
语言 底层基于字典实现
Language() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Language
 
LANGUAGE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
Language_ - Class in io.github.xezzon.zeroweb.locale.domain
 
Language_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Language_
 
LANGUAGE_DICT_PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language
语言的字典目的ID
LANGUAGE_DICT_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language
语言的字典目
LANGUAGE_TAG - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
LanguageController - Class in io.github.xezzon.zeroweb.locale
语言管理
LanguageDAO - Class in io.github.xezzon.zeroweb.locale
 
LanguageRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 
languageTag - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the languageTag record component.
languageTag() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the languageTag record component.
listen(I18nMessageChangedEvent) - Method in class io.github.xezzon.zeroweb.locale.LocalizedService
 
listen(I18nMessageDeletedEvent) - Method in class io.github.xezzon.zeroweb.locale.LocalizedService
 
listI18nNamespace() - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
列举国际化内容命名空间
listMyThirdPartyApp(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
获取当前用户的所有第三方应用列表
listPublishedOpenapi(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiDAO
 
listPublishedOpenapi(ODataQueryOption) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiService
 
listPublishedOpenapi(ODataQueryOption) - Method in interface io.github.xezzon.zeroweb.openapi.service.IOpenapiService4Subscription
查询符合条件的OpenAPI列表
listSubscription(ODataQueryOption, String) - Method in interface io.github.xezzon.zeroweb.subscription.service.ISubscriptionService4ThirdPartyApp
获取订阅列表
listSubscription(ODataQueryOption, String) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
listSubscription(ODataRequestParam, String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
查询所有已发布的对外接口以及指定第三方应用的订阅情况
listThirdPartyApp(ODataRequestParam) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
查询所有第三方应用列表
loadJwtClaim() - Static method in class io.github.xezzon.zeroweb.auth.JwtAuth
 
loadPrivateKey() - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
在应用启动后,加载私钥。
loadTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.TranslationController
加载国际化资源
locale(Locale) - Method in class io.github.xezzon.zeroweb.common.i18n.I18nUtil.I18nMessageFormatter
 
LocalizedService - Class in io.github.xezzon.zeroweb.locale
 

M

main(String[]) - Static method in class io.github.xezzon.zeroweb.ZerowebAdminApplication
后台管理服务入口
main(String[]) - Static method in class io.github.xezzon.zeroweb.ZerowebOpenApplication
开放平台服务入口
mapping(Class<? extends Throwable>) - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 
mapping(Class<? extends Throwable>) - Static method in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
 
mapping(Class<? extends Throwable>) - Static method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
mergeFrom(Message) - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
mergeFrom(JwtClaim) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
 
mergeFrom(DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
 
mergeFrom(DictImportReqList) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
 
mergeFrom(DictListResp) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
 
mergeFrom(DictReq) - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
 
mergeFrom(DictResp) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
 
mergeFrom(AddUserReq) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
 
mergeFrom(AddUserResp) - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
 
message() - Element in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
Hibernate Validator 要求的字段之一
MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
MESSAGE_KEY - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
messageKey - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
messageKey - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns the value of the messageKey record component.
messageKey() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the messageKey record component.
messageSource() - Method in class io.github.xezzon.zeroweb.common.i18n.I18nConfig
用于对 Hibernate Validator 国际化消息的支持
modifyDict(ModifyDictReq) - Method in class io.github.xezzon.zeroweb.dict.DictController
更新字典目/字典项
ModifyDictReq - Class in io.github.xezzon.zeroweb.dict.entity
 
ModifyDictReq() - Constructor for class io.github.xezzon.zeroweb.dict.entity.ModifyDictReq
 
ModifyLanguageReq - Record Class in io.github.xezzon.zeroweb.locale.entity
修改语言的请求参数
ModifyLanguageReq(String, String, String, Integer, Boolean) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Creates an instance of a ModifyLanguageReq record class.
modifyOpenapi(ModifyOpenapiReq) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
更新`对外接口`信息
ModifyOpenapiReq - Record Class in io.github.xezzon.zeroweb.openapi.entity
 
ModifyOpenapiReq(String, String, String, HttpMethod) - Constructor for record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Creates an instance of a ModifyOpenapiReq record class.
moduleCode() - Method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 
moduleCode() - Method in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
 
moduleCode() - Method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
moduleCode() - Method in interface io.github.xezzon.zeroweb.core.error.IErrorCode
模块编码 0 为公共模块 ZeroWeb 的模块编码从 -1~-128 分配 1~127 由使用者分配

N

name - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
name() - Method in interface io.github.xezzon.zeroweb.core.error.IErrorCode
错误名称 与错误码编码一一对应
name() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns the value of the name record component.
NAME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
namespace - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
namespace - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns the value of the namespace record component.
namespace() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns the value of the namespace record component.
NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.domain.I18nMessage_
 
NAMESPACE - Static variable in class io.github.xezzon.zeroweb.locale.domain.Translation_
 
newBlockingStub(Channel) - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
newBuilder() - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
newBuilder(JwtClaim) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
newBuilder(DictImportReq) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
newBuilder(DictImportReqList) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
newBuilder(DictListResp) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
newBuilder(DictReq) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
newBuilder(DictResp) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
newBuilder(AddUserReq) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
newBuilder(AddUserResp) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
newBuilderForType() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
newFutureStub(Channel) - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class io.github.xezzon.zeroweb.dict.DictGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class io.github.xezzon.zeroweb.user.UserGrpc
Creates a new async stub that supports all call types for the service
newValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns the value of the newValue record component.
nextId() - Method in class io.github.xezzon.zeroweb.common.jpa.UuidIdGenerator
 
nickname - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
NICKNAME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
NICKNAME_CLAIM - Static variable in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
昵称
NICKNAME_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 
NICKNAME_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.user.AddUserReq
 
NO_SUCH_DATA - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
数据不存在或已删除
NONE - Enum constant in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
非异常占位符
NONE - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
NOT_FOUND - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
资源不存在
NOT_LOGIN - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
未登录
NoValidClasspathException - Exception in io.github.xezzon.zeroweb.common.exception
找不到有效的类路径
NoValidClasspathException(Throwable) - Constructor for exception io.github.xezzon.zeroweb.common.exception.NoValidClasspathException
 

O

ODataQueryOption - Class in io.github.xezzon.zeroweb.core.odata
 
ODataQueryOption() - Constructor for class io.github.xezzon.zeroweb.core.odata.ODataQueryOption
 
ODataRequestParam - Record Class in io.github.xezzon.zeroweb.core.odata
 
ODataRequestParam(Integer, Integer) - Constructor for record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Creates an instance of a ODataRequestParam record class.
of(Class<T>) - Method in class io.github.xezzon.zeroweb.common.redis.RedisTemplateFactory
指定值类型的 Redis 处理器 使用方法如下:
of(String) - Static method in record class io.github.xezzon.zeroweb.common.domain.Id
静态化构造ID对象
oldValue() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns the value of the oldValue record component.
openapi - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
Openapi - Class in io.github.xezzon.zeroweb.openapi.domain
对外接口
Openapi() - Constructor for class io.github.xezzon.zeroweb.openapi.domain.Openapi
 
OPENAPI - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
Openapi_ - Class in io.github.xezzon.zeroweb.openapi.domain
 
Openapi_() - Constructor for class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
OPENAPI_CODE - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
OPENAPI_CODE_COLUMN - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
openapiCode - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
openapiCode() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns the value of the openapiCode record component.
OpenapiController - Class in io.github.xezzon.zeroweb.openapi
对外接口管理
OpenapiController(OpenapiService) - Constructor for class io.github.xezzon.zeroweb.openapi.OpenapiController
 
OpenapiDAO - Class in io.github.xezzon.zeroweb.openapi
 
OpenapiRepository - Interface in io.github.xezzon.zeroweb.openapi.repository
 
OpenapiService - Class in io.github.xezzon.zeroweb.openapi
 
OpenapiService(OpenapiDAO) - Constructor for class io.github.xezzon.zeroweb.openapi.OpenapiService
 
OpenapiStatus - Enum Class in io.github.xezzon.zeroweb.openapi.domain
接口状态
OpenErrorCode - Enum Class in io.github.xezzon.zeroweb.common.exception
错误码分配中心
OpenExceptionHandler - Class in io.github.xezzon.zeroweb.common.exception
 
OpenExceptionHandler() - Constructor for class io.github.xezzon.zeroweb.common.exception.OpenExceptionHandler
 
ordinal - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ordinal - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns the value of the ordinal record component.
ordinal() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns the value of the ordinal record component.
ORDINAL - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
ORDINAL - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
ORDINAL_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictImportReq
 
ORDINAL_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
OWNER_ID - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ownerId - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 

P

PagedModel<T> - Class in io.github.xezzon.zeroweb.common.domain
分页数据
PagedModel() - Constructor for class io.github.xezzon.zeroweb.common.domain.PagedModel
 
PagedModel.PageMetadata - Class in io.github.xezzon.zeroweb.common.domain
分页信息
PageMetadata() - Constructor for class io.github.xezzon.zeroweb.common.domain.PagedModel.PageMetadata
 
PARENT_ID - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
PARENT_ID - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
PARENT_ID_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
parentId - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
parentId - Static variable in class io.github.xezzon.zeroweb.locale.domain.Language_
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseDelimitedFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(byte[]) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(ByteString) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(CodedInputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(InputStream) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(ByteBuffer) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
parser() - Static method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
parser() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
parser() - Static method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
parser() - Static method in class io.github.xezzon.zeroweb.dict.DictListResp
 
parser() - Static method in class io.github.xezzon.zeroweb.dict.DictReq
 
parser() - Static method in class io.github.xezzon.zeroweb.dict.DictResp
 
parser() - Static method in class io.github.xezzon.zeroweb.user.AddUserReq
 
parser() - Static method in class io.github.xezzon.zeroweb.user.AddUserResp
 
partialUpdate(T) - Method in class io.github.xezzon.zeroweb.common.jpa.BaseDAO
局部更新实体(仅更新非空字段)
password() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns the value of the password record component.
PASSWORD_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.user.AddUserReq
 
PATCH - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
payload() - Element in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
Hibernate Validator 要求的字段之一
PEM_PRIVATE_KEY_HEADER - Static variable in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
PEM文件私钥默认头尾描述符
PEM_PUBLIC_KEY_HEADER - Static variable in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
PEM文件公钥默认头尾描述符
PemClasspathReaderAndWriter - Class in io.github.xezzon.zeroweb.core.crypto
从classpath中读写PEM格式的公钥和私钥文件
PemClasspathReaderAndWriter(String) - Constructor for class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
 
PERMISSION_CLAIM - Static variable in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
权限
POST - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 
PREFERRED_USERNAME_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 
printPublicKey(PublicKeyGeneratedEvent) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
打印公钥到控制台
PRIVATE_KEY_FILE_SUFFIX - Static variable in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
私钥PEM文件后缀名
PUBLIC_KEY_FILE_SUFFIX - Static variable in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
公钥PEM文件后缀名
PUBLIC_KEY_HEADER - Static variable in class io.github.xezzon.zeroweb.auth.JwtFilter
 
publicKey() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns the value of the publicKey record component.
PublicKeyGeneratedEvent - Record Class in io.github.xezzon.zeroweb.crypto.event
公钥生成事件
PublicKeyGeneratedEvent(PublicKey) - Constructor for record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Creates an instance of a PublicKeyGeneratedEvent record class.
PUBLISHED - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
 
PUBLISHED_OPENAPI_CANNOT_BE_MODIFY - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
PublishedOpenapiCannotBeModifyException - Exception in io.github.xezzon.zeroweb.common.exception
 
PublishedOpenapiCannotBeModifyException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.PublishedOpenapiCannotBeModifyException
 
publishOpenapi(String) - Method in class io.github.xezzon.zeroweb.openapi.OpenapiController
发布指定的`对外接口`
PUT - Enum constant in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
 

Q

queryI18nMessageList(String, ODataRequestParam) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
分页查询国际化内容
queryLanguageList() - Method in class io.github.xezzon.zeroweb.locale.LanguageController
查询语言列表
queryTranslation(String, String) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
查询国际化文本

R

readPrivateKey() - Method in interface io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyReader
读取私钥形式的ASN.1
readPrivateKey() - Method in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
从classpath的PEM文件中读取私钥 文件名格式为:`${name}.secret.pem`
readPrivateKey(ASN1PrivateKeyReader) - Static method in class io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
从ASN1PrivateKeyReader中读取私钥
readPublicKey() - Method in interface io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyReader
读取公钥形式的ASN.1
readPublicKey() - Method in class io.github.xezzon.zeroweb.core.crypto.DerStringReader
 
readPublicKey() - Method in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
从classpath的PEM文件中读取公钥 文件名格式为:`${name}.public.pem`
readPublicKey(ASN1PublicKeyReader) - Static method in class io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
从ASN1PublicKeyReader中读取公钥
readResourceBundle(String, Locale) - Static method in class io.github.xezzon.zeroweb.common.i18n.I18nUtil
读取指定语言包 注意:指定语言包不存在时,会加载默认语言包
RedisTemplateFactory - Class in io.github.xezzon.zeroweb.common.redis
 
RedisTemplateFactory(RedisConnectionFactory, ObjectMapper) - Constructor for class io.github.xezzon.zeroweb.common.redis.RedisTemplateFactory
 
register(RegisterUserReq) - Method in class io.github.xezzon.zeroweb.user.UserController
用户注册
registerAllExtensions(ExtensionRegistry) - Static method in class io.github.xezzon.zeroweb.auth.AuthenticationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.github.xezzon.zeroweb.dict.DictProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.github.xezzon.zeroweb.user.UserProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.auth.AuthenticationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.dict.DictProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class io.github.xezzon.zeroweb.user.UserProto
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.github.xezzon.zeroweb.common.marker.ExcludeDbTrait
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class io.github.xezzon.zeroweb.dict.DictScanner
Bean 注册阶段,扫描 classpath 下所有实现了 IDict 接口的枚举类。
RegisterUserReq - Class in io.github.xezzon.zeroweb.user.entity
 
RegisterUserReq() - Constructor for class io.github.xezzon.zeroweb.user.entity.RegisterUserReq
 
removeData(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
removeData(int) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
removeDict(Collection<String>) - Method in class io.github.xezzon.zeroweb.dict.DictController
批量删除字典目/字典项
REPEAT_DATA - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
唯一键冲突 消息参数0: 重复的键名
RepeatDataException - Exception in io.github.xezzon.zeroweb.common.exception
唯一键冲突
RepeatDataException(String) - Constructor for exception io.github.xezzon.zeroweb.common.exception.RepeatDataException
 
ResourceUtil - Class in io.github.xezzon.zeroweb.core.util
 
ROLES_CLAIM - Static variable in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
角色
ROLES_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 
rollAccessSecret(String) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
更新第三方应用的密钥
ROOT_ID - Static variable in class io.github.xezzon.zeroweb.common.constant.DatabaseConstant
默认ID 用于表示不存在的根节点
RpcTrait - Interface in io.github.xezzon.zeroweb.common.marker
以 RPC 调用的方式实现功能
run(String...) - Method in class io.github.xezzon.zeroweb.auth.config.SaTokenRedisConfiguration
 
run(String...) - Method in class io.github.xezzon.zeroweb.dict.DictScanner
应用启动阶段,将扫描到的枚举类注册到数据库中。

S

SaTokenConfigure - Class in io.github.xezzon.zeroweb.auth
Sa-Token 相关配置
SaTokenConfigure() - Constructor for class io.github.xezzon.zeroweb.auth.SaTokenConfigure
 
SaTokenRedisConfiguration - Class in io.github.xezzon.zeroweb.auth.config
应用启动时检查是否配置了 Redis 没有配置 Redis 时,使用内存作为 Session 的存储方式 否则以 Redis 作为 Session 的存储方式
SaTokenRedisConfiguration() - Constructor for class io.github.xezzon.zeroweb.auth.config.SaTokenRedisConfiguration
 
saveJwtClaim(JwtClaim) - Static method in class io.github.xezzon.zeroweb.auth.JwtAuth
 
savePublicKeyToClasspath(PublicKeyGeneratedEvent) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
将公钥保存到文件中(PKCS8)
SECRET_KEY - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
secretKey - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.AccessSecret_
 
SecretKeyUtil - Class in io.github.xezzon.zeroweb.core.crypto
读写密钥工具类
serialNumber() - Method in interface io.github.xezzon.zeroweb.core.error.IErrorCode
异常码序列号 同一模块下的异常按从 1~255 分配
SERVER - Enum constant in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
服务端异常 通常由代码、配置等错误引起,需要通知开发人员处理
SERVICE_NAME - Static variable in class io.github.xezzon.zeroweb.dict.DictGrpc
 
SERVICE_NAME - Static variable in class io.github.xezzon.zeroweb.user.UserGrpc
 
setApplicationContext(ApplicationContext) - Method in class io.github.xezzon.zeroweb.common.context.ApplicationContextProvider
 
setCode(String) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
string code = 2;
setCode(String) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典键
setCodeBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
string code = 2;
setCodeBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典键
setData(int, DictImportReq) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
setData(int, DictImportReq.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
setData(int, DictResp) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
setData(int, DictResp.Builder) - Method in class io.github.xezzon.zeroweb.dict.DictListResp.Builder
repeated .io.github.xezzon.zeroweb.dict.DictResp data = 1;
setDetails(List<ErrorDetail>) - Method in class io.github.xezzon.zeroweb.common.exception.ErrorDetail
 
setEntitlements(int, String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
权限
setGroups(int, String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户组
setId(String) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
string id = 1;
setId(String) - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
用户ID
setIdBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
string id = 1;
setIdBytes(ByteString) - Method in class io.github.xezzon.zeroweb.user.AddUserResp.Builder
用户ID
setLabel(String) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
setLabel(String) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典值
setLabelBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string label = 3;
setLabelBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典值
setNickname(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
昵称
setNickname(String) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
setNicknameBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
昵称
setNicknameBytes(ByteString) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
昵称
setOrdinal(int) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
int32 ordinal = 4;
setOrdinal(int) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
排序号
setParentId(String) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
上级ID
setParentIdBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
上级ID
setPassword(String) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
密码
setPasswordBytes(ByteString) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
密码
setPreferredUsername(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户名
setPreferredUsernameBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户名
setRoles(int, String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
角色
setSubject(String) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户ID
setSubjectBytes(ByteString) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim.Builder
用户ID
setTag(String) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
setTag(String) - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
setTag(String) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典目
setTagBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq.Builder
optional string tag = 1;
setTagBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictReq.Builder
字典目
setTagBytes(ByteString) - Method in class io.github.xezzon.zeroweb.dict.DictResp.Builder
字典目
setUsername(String) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
用户名
setUsernameBytes(ByteString) - Method in class io.github.xezzon.zeroweb.user.AddUserReq.Builder
用户名
sign(JWTCreator.Builder) - Method in class io.github.xezzon.zeroweb.auth.JwtAuth
对JWT进行签名
SIGNATURE_HEADER - Static variable in class io.github.xezzon.zeroweb.ZerowebOpenConstant
摘要的请求头
signJwt(JWTCreator.Builder) - Method in class io.github.xezzon.zeroweb.crypto.JwtKeyManager
 
signJwt(JWTCreator.Builder) - Method in interface io.github.xezzon.zeroweb.crypto.service.JwtCryptoService
签发JWT
signJwt(String, byte[], String, Instant) - Method in interface io.github.xezzon.zeroweb.third_party_app.service.IThirdPartyAppService4Call
校验摘要,如果校验成功则签发JWT,否则抛出异常。
signJwt(String, byte[], String, Instant) - Method in class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
skip() - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Returns the value of the skip record component.
sourceType() - Method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
 
sourceType() - Method in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
 
sourceType() - Method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
sourceType() - Method in interface io.github.xezzon.zeroweb.core.error.IErrorCode
 
sso() - Method in class io.github.xezzon.zeroweb.auth.AuthController
单点登录
status - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
status - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
STATUS - Static variable in class io.github.xezzon.zeroweb.openapi.domain.Openapi_
 
STATUS - Static variable in class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
SUBJECT_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.auth.JwtClaim
 
subscribe(AddSubscriptionReq) - Method in class io.github.xezzon.zeroweb.subscription.SubscriptionController
订阅对外接口
SUBSCRIBED - Enum constant in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
 
Subscription - Class in io.github.xezzon.zeroweb.subscription.domain
订阅的对外接口
Subscription() - Constructor for class io.github.xezzon.zeroweb.subscription.domain.Subscription
 
Subscription_ - Class in io.github.xezzon.zeroweb.subscription.domain
 
Subscription_() - Constructor for class io.github.xezzon.zeroweb.subscription.domain.Subscription_
 
SubscriptionCallController - Class in io.github.xezzon.zeroweb.call
订阅服务调用记录
SubscriptionCallController(ISubscriptionService4Call, IThirdPartyAppService4Call) - Constructor for class io.github.xezzon.zeroweb.call.SubscriptionCallController
 
SubscriptionController - Class in io.github.xezzon.zeroweb.subscription
接口订阅管理
SubscriptionController(SubscriptionService) - Constructor for class io.github.xezzon.zeroweb.subscription.SubscriptionController
 
SubscriptionDAO - Class in io.github.xezzon.zeroweb.subscription
 
SubscriptionRepository - Interface in io.github.xezzon.zeroweb.subscription.repository
 
SubscriptionService - Class in io.github.xezzon.zeroweb.subscription
 
SubscriptionService(SubscriptionDAO, IThirdPartyAppService, IOpenapiService4Subscription) - Constructor for class io.github.xezzon.zeroweb.subscription.SubscriptionService
 
SubscriptionStatus - Enum Class in io.github.xezzon.zeroweb.subscription.domain
 

T

TABLE_NAME - Static variable in class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
tag - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
TAG - Static variable in class io.github.xezzon.zeroweb.dict.domain.Dict_
 
TAG_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictImportReq
 
TAG_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictReq
 
TAG_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.dict.DictResp
 
TestJwtGenerator - Class in io.github.xezzon.zeroweb.auth
 
THIRD_PARTY - Enum constant in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
第三方服务异常 通常是调用第三方服务异常,需要通知相关运维人员处理
ThirdPartyApp - Class in io.github.xezzon.zeroweb.third_party_app.domain
第三方应用
ThirdPartyApp() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp
 
ThirdPartyApp_ - Class in io.github.xezzon.zeroweb.third_party_app.domain
 
ThirdPartyApp_() - Constructor for class io.github.xezzon.zeroweb.third_party_app.domain.ThirdPartyApp_
 
ThirdPartyAppController - Class in io.github.xezzon.zeroweb.third_party_app
第三方应用管理
ThirdPartyAppController(ThirdPartyAppService, ISubscriptionService4ThirdPartyApp) - Constructor for class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppController
 
ThirdPartyAppDAO - Class in io.github.xezzon.zeroweb.third_party_app
 
ThirdPartyAppRepository - Interface in io.github.xezzon.zeroweb.third_party_app.repository
 
ThirdPartyAppService - Class in io.github.xezzon.zeroweb.third_party_app
 
ThirdPartyAppService(ThirdPartyAppDAO, AccessSecretRepository, ZerowebConfig) - Constructor for class io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppService
 
ThirdPartyAppSpec - Class in io.github.xezzon.zeroweb.third_party_app.repository
 
TIMESTAMP_HEADER - Static variable in class io.github.xezzon.zeroweb.ZerowebOpenConstant
摘要生成时间戳的请求头
toBuilder() - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
toBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
toBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
toBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
toBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
toBuilder() - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
toBuilder() - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
toBuilder() - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 
top() - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Returns the value of the top record component.
toString() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.common.domain.Id
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.common.exception.ErrorResponse
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.core.odata.ODataRequestParam
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.crypto.event.PublicKeyGeneratedEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddI18nMessageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.AddLanguageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.ModifyLanguageReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageChangedEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.locale.event.I18nMessageDeletedEvent
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.openapi.entity.AddOpenapiReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.openapi.entity.ModifyOpenapiReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.subscription.entity.AddSubscriptionReq
Returns a string representation of this record class.
toString() - Method in record class io.github.xezzon.zeroweb.third_party_app.entity.AddThirdPartyAppReq
Returns a string representation of this record class.
TraceAspect - Class in io.github.xezzon.zeroweb.common.otlp
使用切面添加 OpenTelemetry Trace
TraceAspect() - Constructor for class io.github.xezzon.zeroweb.common.otlp.TraceAspect
 
traceServiceMethods(ProceedingJoinPoint) - Method in class io.github.xezzon.zeroweb.common.otlp.TraceAspect
为Service类的方法添加OpenTelemetry追踪
Translation - Class in io.github.xezzon.zeroweb.locale.domain
国际化文本
Translation() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Translation
 
Translation_ - Class in io.github.xezzon.zeroweb.locale.domain
 
Translation_() - Constructor for class io.github.xezzon.zeroweb.locale.domain.Translation_
 
TranslationController - Class in io.github.xezzon.zeroweb.locale
国际化文本管理
TranslationController(LocalizedService) - Constructor for class io.github.xezzon.zeroweb.locale.TranslationController
 
TranslationDAO - Class in io.github.xezzon.zeroweb.locale
 
TranslationRepository - Interface in io.github.xezzon.zeroweb.locale.repository
 

U

UNDERSCORE - Static variable in annotation interface io.github.xezzon.zeroweb.common.validator.Alphanumeric
下划线
UNKNOWN - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
 
UNPUBLISHED_OPENAPI_CANNOT_BE_SUBSCRIBE - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
UnpublishedOpenapiCannotBeSubscribeException - Exception in io.github.xezzon.zeroweb.common.exception
 
UnpublishedOpenapiCannotBeSubscribeException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.UnpublishedOpenapiCannotBeSubscribeException
 
UNSUBSCRIBED_OPENAPI - Enum constant in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
 
UnsubscribeOpenapiException - Exception in io.github.xezzon.zeroweb.common.exception
不能调用未订阅的接口
UnsubscribeOpenapiException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.UnsubscribeOpenapiException
 
UPDATE_TIME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
updateByLanguage(String, String) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
updateByNamespaceAndMessageKey(II18nMessage, II18nMessage) - Method in interface io.github.xezzon.zeroweb.locale.repository.TranslationRepository
 
updateDictStatus(Collection<String>, Boolean) - Method in class io.github.xezzon.zeroweb.dict.DictController
批量更新字典状态
updateI18nMessage(I18nMessage) - Method in class io.github.xezzon.zeroweb.locale.I18nMessageController
更新国际化内容
updateLanguage(ModifyLanguageReq) - Method in class io.github.xezzon.zeroweb.locale.LanguageController
更新语言
updateSecretKeyById(String, String) - Method in interface io.github.xezzon.zeroweb.third_party_app.repository.AccessSecretRepository
 
updateStatus(Collection<String>, Boolean) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
更新字典项的状态
updateTime - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
upsert(Dict) - Method in class io.github.xezzon.zeroweb.dict.DictDAO
根据 tag、code 判断,如果字典存在,则跳过;否则保存
upsertTranslation(UpsertTranslationReq) - Method in class io.github.xezzon.zeroweb.locale.TranslationController
新增/更新 国际化文本
UpsertTranslationReq - Record Class in io.github.xezzon.zeroweb.locale.entity
更新或新增国际化文本的请求体
UpsertTranslationReq(String, String, String, String) - Constructor for record class io.github.xezzon.zeroweb.locale.entity.UpsertTranslationReq
Creates an instance of a UpsertTranslationReq record class.
URL_PROTOCOL_FILE - Static variable in class io.github.xezzon.zeroweb.core.util.ResourceUtil
 
User - Class in io.github.xezzon.zeroweb.user.domain
用户
User() - Constructor for class io.github.xezzon.zeroweb.user.domain.User
 
User_ - Class in io.github.xezzon.zeroweb.user.domain
 
User_() - Constructor for class io.github.xezzon.zeroweb.user.domain.User_
 
USER_FULL_NAME - Static variable in class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
USER_ID - Static variable in class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
USER_NAME - Static variable in class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
USER_ROLES - Static variable in class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
UserController - Class in io.github.xezzon.zeroweb.user
用户管理
UserDAO - Class in io.github.xezzon.zeroweb.user
 
UserGrpc - Class in io.github.xezzon.zeroweb.user
用户相关的服务间接口
UserGrpc.AsyncService - Interface in io.github.xezzon.zeroweb.user
用户相关的服务间接口
UserGrpc.UserBlockingStub - Class in io.github.xezzon.zeroweb.user
A stub to allow clients to do synchronous rpc calls to service User.
UserGrpc.UserFutureStub - Class in io.github.xezzon.zeroweb.user
A stub to allow clients to do ListenableFuture-style rpc calls to service User.
UserGrpc.UserImplBase - Class in io.github.xezzon.zeroweb.user
Base class for the server implementation of the service User.
UserGrpc.UserStub - Class in io.github.xezzon.zeroweb.user
A stub to allow clients to do asynchronous rpc calls to service User.
UserGrpcServer - Class in io.github.xezzon.zeroweb.user
用户功能Grpc接口
UserImplBase() - Constructor for class io.github.xezzon.zeroweb.user.UserGrpc.UserImplBase
 
username - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
username() - Method in record class io.github.xezzon.zeroweb.auth.entity.BasicAuth
Returns the value of the username record component.
USERNAME - Static variable in class io.github.xezzon.zeroweb.user.domain.User_
 
USERNAME_CLAIM - Static variable in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
用户名
USERNAME_FIELD_NUMBER - Static variable in class io.github.xezzon.zeroweb.user.AddUserReq
 
UserProto - Class in io.github.xezzon.zeroweb.user
 
UserRepository - Interface in io.github.xezzon.zeroweb.user.repository
 
UserService - Class in io.github.xezzon.zeroweb.user
 
UserSpanAttributeFilter - Class in io.github.xezzon.zeroweb.common.otlp
 
UserSpanAttributeFilter() - Constructor for class io.github.xezzon.zeroweb.common.otlp.UserSpanAttributeFilter
 
UUID - Enum constant in enum class io.github.xezzon.zeroweb.common.config.ZerowebConfig.IdGeneratorEnum
UUID
UuidIdGenerator - Class in io.github.xezzon.zeroweb.common.jpa
ID生成器(UUID策略)
UuidIdGenerator() - Constructor for class io.github.xezzon.zeroweb.common.jpa.UuidIdGenerator
 

V

validateWithAccessKey(String, String) - Method in class io.github.xezzon.zeroweb.auth.JwtFilter
 
validateWithPublicKey(String, String) - Method in class io.github.xezzon.zeroweb.auth.JwtFilter
 
value() - Method in record class io.github.xezzon.zeroweb.auth.entity.JwtClaimWrapper
Returns the value of the value record component.
value() - Element in annotation interface io.github.xezzon.zeroweb.dict.EnableDictScan
 
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.config.ZerowebConfig.IdGeneratorEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.xezzon.zeroweb.common.config.ZerowebConfig.IdGeneratorEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.common.exception.AdminErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.common.exception.CommonErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.common.exception.OpenErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.core.error.ErrorSourceType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.openapi.domain.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.openapi.domain.OpenapiStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.xezzon.zeroweb.subscription.domain.SubscriptionStatus
Returns an array containing the constants of this enum class, in the order they are declared.

W

writePrivateKey(byte[]) - Method in interface io.github.xezzon.zeroweb.core.crypto.ASN1PrivateKeyWriter
将ASN.1形式的私钥写入
writePrivateKey(byte[]) - Method in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
向classpath的PEM文件中写入私钥 文件名格式为:`${name}.secret.pem`
writePrivateKey(PrivateKey, ASN1PrivateKeyWriter) - Static method in class io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
将私钥写入ASN1PrivateKeyWriter中。
writePublicKey(byte[]) - Method in interface io.github.xezzon.zeroweb.core.crypto.ASN1PublicKeyWriter
将ASN.1形式的公钥写入
writePublicKey(byte[]) - Method in class io.github.xezzon.zeroweb.core.crypto.PemClasspathReaderAndWriter
向classpath的PEM文件中写入公钥 文件名格式为:`${name}.public.pem`
writePublicKey(PublicKey, ASN1PublicKeyWriter) - Static method in class io.github.xezzon.zeroweb.core.crypto.SecretKeyUtil
将公钥写入ASN1PublicKeyWriter中。
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.auth.JwtClaim
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.dict.DictImportReq
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.dict.DictImportReqList
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.dict.DictListResp
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.dict.DictReq
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.dict.DictResp
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.user.AddUserReq
 
writeTo(CodedOutputStream) - Method in class io.github.xezzon.zeroweb.user.AddUserResp
 

Z

ZEROWEB - Static variable in class io.github.xezzon.zeroweb.common.config.ZerowebConfig
本系统相关配置的前缀
ZerowebAdminApplication - Class in io.github.xezzon.zeroweb
后台管理服务
ZerowebAdminApplication() - Constructor for class io.github.xezzon.zeroweb.ZerowebAdminApplication
 
ZerowebBusinessException - Exception in io.github.xezzon.zeroweb.common.exception
ZeroWeb 业务异常
ZerowebConfig - Class in io.github.xezzon.zeroweb.common.config
本系统相关配置
ZerowebConfig() - Constructor for class io.github.xezzon.zeroweb.common.config.ZerowebConfig
 
ZerowebConfig.IdGeneratorEnum - Enum Class in io.github.xezzon.zeroweb.common.config
ID生成策略枚举值
ZerowebConfig.ZerowebJwtConfig - Class in io.github.xezzon.zeroweb.common.config
JWT 相关配置
ZerowebJwtConfig() - Constructor for class io.github.xezzon.zeroweb.common.config.ZerowebConfig.ZerowebJwtConfig
 
ZerowebOpenApplication - Class in io.github.xezzon.zeroweb
开放平台服务
ZerowebOpenApplication() - Constructor for class io.github.xezzon.zeroweb.ZerowebOpenApplication
 
ZerowebOpenConstant - Class in io.github.xezzon.zeroweb
定义调用对外接口的常量
ZerowebOpenException - Exception in io.github.xezzon.zeroweb
 
ZerowebOpenException(Throwable) - Constructor for exception io.github.xezzon.zeroweb.ZerowebOpenException
 
ZerowebOpenRequestBuilder - Class in io.github.xezzon.zeroweb
 
ZerowebOpenRequestBuilder(String, String) - Constructor for class io.github.xezzon.zeroweb.ZerowebOpenRequestBuilder
 
ZerowebRuntimeException - Exception in io.github.xezzon.zeroweb.common.exception
ZeroWeb 自发抛出的系统异常
ZerowebRuntimeException() - Constructor for exception io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
 
ZerowebRuntimeException(String, Throwable) - Constructor for exception io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
 
ZerowebRuntimeException(Throwable) - Constructor for exception io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form