索引
常量字段值|所有程序包|所有类和接口|序列化表格
A
- addressToUri(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
将IP地址加端口号,转换为http地址。
- addressToUri(String, boolean) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
将IP地址加端口号,转换为http地址。
- addressToUri(String, Protocol, boolean) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
将IP地址加端口号,转换为http地址。
- AESCryptoProcessor - cn.herodotus.stirrup.core.foundation.crypto中的类
-
Description: AES 加密算法处理器
- AESCryptoProcessor() - 类的构造器 cn.herodotus.stirrup.core.foundation.crypto.AESCryptoProcessor
- appendPkcs8Padding(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor
-
将 RSA PublicKey 转换为 Pkcs8Padding 格式。
- Architecture - cn.herodotus.stirrup.core.foundation.enums中的枚举类
-
Description : 用于区分是单体应用还是微服务应用
- ArrayOrStringToListDeserializer - cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer中的类
-
Description: 数组转字符串序列化
- ArrayOrStringToListDeserializer() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToListDeserializer
- ArrayOrStringToSetDeserializer - cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer中的类
-
Description: 数组转字符串序列化
- ArrayOrStringToSetDeserializer() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToSetDeserializer
- ArrayUtils - cn.herodotus.stirrup.core.foundation.utils.type中的类
-
Description: 数组工具类
- ArrayUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.type.ArrayUtils
B
- BaseObjectMapperBuilderCustomizer - cn.herodotus.stirrup.core.foundation.support中的接口
-
Description: 提取公共操作
- BearerTokenResolver - cn.herodotus.stirrup.core.foundation.support中的接口
-
Description: 身份信息解析器
C
- checkForGet(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.protect.SqlInjectionUtils
-
get请求sql注入校验
- checkForPost(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.protect.SqlInjectionUtils
-
post请求sql注入校验
- cleaning(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.protect.XssUtils
- cn.herodotus.stirrup.core.foundation.context - 程序包 cn.herodotus.stirrup.core.foundation.context
- cn.herodotus.stirrup.core.foundation.crypto - 程序包 cn.herodotus.stirrup.core.foundation.crypto
- cn.herodotus.stirrup.core.foundation.enums - 程序包 cn.herodotus.stirrup.core.foundation.enums
- cn.herodotus.stirrup.core.foundation.exception - 程序包 cn.herodotus.stirrup.core.foundation.exception
- cn.herodotus.stirrup.core.foundation.exception.api - 程序包 cn.herodotus.stirrup.core.foundation.exception.api
- cn.herodotus.stirrup.core.foundation.exception.properties - 程序包 cn.herodotus.stirrup.core.foundation.exception.properties
- cn.herodotus.stirrup.core.foundation.json.gson - 程序包 cn.herodotus.stirrup.core.foundation.json.gson
- cn.herodotus.stirrup.core.foundation.json.jackson2 - 程序包 cn.herodotus.stirrup.core.foundation.json.jackson2
- cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer - 程序包 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer
- cn.herodotus.stirrup.core.foundation.json.jackson2.modules - 程序包 cn.herodotus.stirrup.core.foundation.json.jackson2.modules
- cn.herodotus.stirrup.core.foundation.json.jackson2.utils - 程序包 cn.herodotus.stirrup.core.foundation.json.jackson2.utils
- cn.herodotus.stirrup.core.foundation.support - 程序包 cn.herodotus.stirrup.core.foundation.support
- cn.herodotus.stirrup.core.foundation.utils - 程序包 cn.herodotus.stirrup.core.foundation.utils
- cn.herodotus.stirrup.core.foundation.utils.protect - 程序包 cn.herodotus.stirrup.core.foundation.utils.protect
- cn.herodotus.stirrup.core.foundation.utils.type - 程序包 cn.herodotus.stirrup.core.foundation.utils.type
- CommaDelimitedStringToSetSerializer - cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer中的类
-
Description: 逗号分隔字符串序列化为集合
- CommaDelimitedStringToSetSerializer() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.CommaDelimitedStringToSetSerializer
- contains(ConditionContext, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- contains(Environment, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- contentLength(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- createKey() - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.AESCryptoProcessor
- createKey() - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM4CryptoProcessor
- createParser(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- createSecretKey() - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor
- createSecretKey() - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM2CryptoProcessor
- CUSTOMIZER_DEFAULT - 接口中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2CustomizerOrder
- CUSTOMIZER_XSS - 接口中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2CustomizerOrder
D
- DateTimeUtils - cn.herodotus.stirrup.core.foundation.utils.type中的类
-
Description: 特殊日期处理
- DateTimeUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
- dateToZonedDateTime(Date) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
-
Date 转换成 ZonedDateTime
- decrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.AESCryptoProcessor
- decrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor
- decrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM2CryptoProcessor
- decrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM4CryptoProcessor
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToListDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToSetDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.SetToCommaDelimitedStringDeserializer
- deserialize(JsonParser, DeserializationContext) - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.TimestampToLocalDateTimeDeserializer
- DiscoveredUnrecordedErrorException - cn.herodotus.stirrup.core.foundation.exception中的异常错误类
-
Description: 发现尚未记录的错误
- DiscoveredUnrecordedErrorException() - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- DiscoveredUnrecordedErrorException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- DiscoveredUnrecordedErrorException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- DiscoveredUnrecordedErrorException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- DiscoveredUnrecordedErrorException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- DISTRIBUTED - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Architecture
-
分布式架构
E
- EncapsulationClassJackson2Module - cn.herodotus.stirrup.core.foundation.json.jackson2.modules中的类
-
Description: Java 封装类 Jackson 处理定义 Module
- EncapsulationClassJackson2Module() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.modules.EncapsulationClassJackson2Module
- encrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.AESCryptoProcessor
- encrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor
- encrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM2CryptoProcessor
- encrypt(String, String) - 类中的方法 cn.herodotus.stirrup.core.foundation.crypto.SM4CryptoProcessor
- exists(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
F
- findBooleanValue(JsonNode, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- findObjectNode(JsonNode, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- findStringValue(JsonNode, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- findValue(JsonNode, String, TypeReference<T>, ObjectMapper) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
G
- getAccessTokenEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getAccessTokenUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getAddress() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getApplicationContext() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getApplicationName() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getArchitecture() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getAuthorizationEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getAuthorizationUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getBoolean(ConditionContext, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取Boolean类型值配置信息
- getBoolean(ConditionContext, String, boolean) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取Boolean类型值配置信息
- getBoolean(Environment, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取Boolean类型值配置信息
- getBoolean(Environment, String, boolean) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取Boolean类型值配置信息
- getDataAccessStrategy() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getDeviceAuthorizationEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getDeviceAuthorizationUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getDeviceVerificationEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getDeviceVerificationUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.foundation.exception.DiscoveredUnrecordedErrorException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- getFeedback() - 异常错误类中的方法 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
- getFile(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getFilename(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getFormat() - 枚举类中的方法 cn.herodotus.stirrup.core.foundation.enums.Protocol
- getGatewayServiceUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getHostAddress() - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
获取运行主机ip地址
- getInputStream(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getInstance() - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getInstance() - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- getIp() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getIssuerUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getJwkSetEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getJwkSetUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getMessageServiceName() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getMessageServiceUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getObjectMapper() - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- getOidcClientRegistrationEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOidcClientRegistrationUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOidcLogoutEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOidcLogoutUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOidcUserInfoEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOidcUserInfoUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOriginService() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOssServiceName() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getOssServiceUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getPort() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getPrefix() - 枚举类中的方法 cn.herodotus.stirrup.core.foundation.enums.Protocol
- getProperty(ConditionContext, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取配置信息
- getProperty(ConditionContext, String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- getProperty(ConditionContext, String, Class<T>, T) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- getProperty(ConditionContext, String, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从条件上下文中获取配置信息
- getProperty(Environment, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从环境信息中获取配置信息
- getProperty(Environment, String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- getProperty(Environment, String, Class<T>, T) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- getProperty(Environment, String, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
-
从环境信息中获取配置信息
- getProtocol() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getResource(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getResources(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getTokenIntrospectionEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getTokenIntrospectionUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getTokenRevocationEndpoint() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getTokenRevocationUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getTypeFactory() - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- getUaaServiceName() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getUaaServiceUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getUpmsServiceName() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getUpmsServiceUri() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getURI(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getUrl() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- getURL(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- getValueType() - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToListDeserializer
- getValueType() - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.ArrayOrStringToSetDeserializer
- getValueType() - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.SetToCommaDelimitedStringDeserializer
- GlobalExceptionHandler - cn.herodotus.stirrup.core.foundation.exception中的类
-
统一异常处理器
- GlobalExceptionHandler() - 类的构造器 cn.herodotus.stirrup.core.foundation.exception.GlobalExceptionHandler
- GsonUtils - cn.herodotus.stirrup.core.foundation.json.gson中的类
-
Description: Gson 工具类
H
- HTTP - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Protocol
-
协议类型
- HTTPS - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Protocol
I
- init() - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- INSTANT - 类中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- isClasspathAllUrl(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isClasspathUrl(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isDistributedArchitecture() - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- isFile(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isFileUrl(URL) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isJarUrl(URL) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isOpen(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isReadable(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- isUrl(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
J
- Jackson2Constants - cn.herodotus.stirrup.core.foundation.json.jackson2中的类
-
Description: Jackson2 用到的常量值
- Jackson2Constants() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2Constants
- Jackson2CustomizerOrder - cn.herodotus.stirrup.core.foundation.json.jackson2中的接口
-
Description: Jackson2 ObjectMapper builder Customizer 顺序控制
- Jackson2Utils - cn.herodotus.stirrup.core.foundation.json.jackson2.utils中的类
- Jackson2Utils() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- Jackson2YamlUtils - cn.herodotus.stirrup.core.foundation.json.jackson2.utils中的类
-
Description : 基于Jackson Yaml 的 yml处理工具
- Jackson2YamlUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2YamlUtils
- JsonNodeUtils - cn.herodotus.stirrup.core.foundation.json.jackson2.utils中的类
-
Description: This class is a straight copy from Spring Authorization Server.
- JsonNodeUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
L
- lastModified(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- ListUtils - cn.herodotus.stirrup.core.foundation.utils.type中的类
-
Description: List 常用工具类
- ListUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.type.ListUtils
- LOCAL - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Target
-
目标为服务本地
- longToInt(long) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.NumberUtils
-
long 转 int
- loop(JsonNode, Function<JsonNode, R>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
M
- MAP_TYPE_REFERENCE - 类中的静态变量 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
- merge(List<String>, List<String>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.ListUtils
-
将两个已排序的集合a和b合并到一个单独的已排序列表中,以便保留元素的自然顺序。
- MONOCOQUE - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Architecture
-
单体式架构
N
- NumberUtils - cn.herodotus.stirrup.core.foundation.utils.type中的类
-
Description: 数字类型工具类
- NumberUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.type.NumberUtils
O
- OpenApiRequestFailureException - cn.herodotus.stirrup.core.foundation.exception.api中的异常错误类
-
Description: Open API 请求失败错误
- OpenApiRequestFailureException() - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
- OpenApiRequestFailureException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
- OpenApiRequestFailureException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
- OpenApiRequestFailureException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
- OpenApiRequestFailureException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.api.OpenApiRequestFailureException
P
- parentId(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
符合语法规则的 ParentId
- PropertyResolver - cn.herodotus.stirrup.core.foundation.context中的类
-
Description: 配置信息读取工具类
- PropertyResolver() - 类的构造器 cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- PropertyValueIsNotSetException - cn.herodotus.stirrup.core.foundation.exception.properties中的异常错误类
-
Description: Property 属性值没有设置错误
- PropertyValueIsNotSetException() - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- PropertyValueIsNotSetException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- PropertyValueIsNotSetException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- PropertyValueIsNotSetException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- PropertyValueIsNotSetException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.PropertyValueIsNotSetException
- Protocol - cn.herodotus.stirrup.core.foundation.enums中的枚举类
-
Description: Protocol枚举
- publishEvent(ApplicationEvent) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
R
- readJsonNode(JsonNode, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- REDIS - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Protocol
- REDISS - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Protocol
- registerModule(Module) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- REMOTE - 枚举类 中的枚举常量 cn.herodotus.stirrup.core.foundation.enums.Target
-
目标为远程访问
- resolve(String) - 接口中的方法 cn.herodotus.stirrup.core.foundation.support.BearerTokenResolver
- resolveException(Exception, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.exception.GlobalExceptionHandler
- ResourceUtils - cn.herodotus.stirrup.core.foundation.utils中的类
-
Description: 资源文件处理工具类
- RSACryptoProcessor - cn.herodotus.stirrup.core.foundation.crypto中的类
-
Description: RSA 加密算法处理器
- RSACryptoProcessor() - 类的构造器 cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor
S
- sasUri(String, String, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
- serialize(String, JsonGenerator, SerializerProvider) - 类中的方法 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.CommaDelimitedStringToSetSerializer
- ServiceContextHolder - cn.herodotus.stirrup.core.foundation.context中的类
-
Description: 服务上下文信息工具类
- serviceUri(String, String, String, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
- setAccessTokenEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setAccessTokenUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setAddress(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setApplicationContext(ApplicationContext) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setApplicationName(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setArchitecture(Architecture) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setAuthorizationEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setAuthorizationUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setDataAccessStrategy(Target) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setDeviceAuthorizationEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setDeviceAuthorizationUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setDeviceVerificationEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setDeviceVerificationUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setGatewayServiceUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setIp(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setIssuerUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setJwkSetEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setJwkSetUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setMessageServiceName(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setMessageServiceUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcClientRegistrationEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcClientRegistrationUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcLogoutEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcLogoutUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcUserInfoEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOidcUserInfoUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOssServiceName(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setOssServiceUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setPort(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setProtocol(Protocol) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- SetToCommaDelimitedStringDeserializer - cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer中的类
-
Description: Set集合反序列化为逗号分隔字符串
- SetToCommaDelimitedStringDeserializer() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.SetToCommaDelimitedStringDeserializer
- setTokenIntrospectionEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setTokenIntrospectionUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setTokenRevocationEndpoint(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setTokenRevocationUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setUaaServiceName(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setUaaServiceUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setUpmsServiceName(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setUpmsServiceUri(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- setUrl(String) - 类中的方法 cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- SM2CryptoProcessor - cn.herodotus.stirrup.core.foundation.crypto中的类
-
Description: 国密 SM2 算法处理
- SM2CryptoProcessor() - 类的构造器 cn.herodotus.stirrup.core.foundation.crypto.SM2CryptoProcessor
- SM4CryptoProcessor - cn.herodotus.stirrup.core.foundation.crypto中的类
-
Description: 国密对称算法 SM4 处理器
- SM4CryptoProcessor() - 类的构造器 cn.herodotus.stirrup.core.foundation.crypto.SM4CryptoProcessor
- SqlInjectionUtils - cn.herodotus.stirrup.core.foundation.utils.protect中的类
-
Description: SQL注入处理工具类
- SqlInjectionUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.protect.SqlInjectionUtils
- STRING_OBJECT_MAP - 类中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- STRING_SET - 类中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- stringToZonedDateTime(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
- stringToZonedDateTime(String, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
T
- Target - cn.herodotus.stirrup.core.foundation.enums中的枚举类
-
Description: 目标枚举
- TimestampToLocalDateTimeDeserializer - cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer中的类
-
Description: Timestamp 转 LocalDateTime 反序列化器
- TimestampToLocalDateTimeDeserializer() - 类的构造器 cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.TimestampToLocalDateTimeDeserializer
- toArray(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toArray(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toArray(List<Module>) - 接口中的方法 cn.herodotus.stirrup.core.foundation.support.BaseObjectMapperBuilderCustomizer
- toBase64(Resource) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
-
将
Resource转换为 Base64 数据。 - toBytes(Resource) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
-
将
Resource转换为 byte - toJson(T) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toJson(T) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toJsonArray(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toJsonElement(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toJsonObject(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toList(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toList(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toListMap(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toMap(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toMap(String, Class<K>, Class<V>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toMaps(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- toNode(JsonParser) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toNode(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toObject(String, TypeReference<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toObject(String, JavaType) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toObject(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
-
将 json 转化为 对象
- toObject(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toObject(String, Type) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
-
将 json 转化为 对象
- toObject(Map<String, Object>, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toSet(String, Class<T>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- toStringArray(List<String>) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.ListUtils
-
将 List 转换为 String[]
- toStringList(String[]) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.ArrayUtils
-
将字符串数组转换成字符串List
U
- url(String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
-
符合语法规则的 URL
- UrlFormatIncorrectException - cn.herodotus.stirrup.core.foundation.exception.properties中的异常错误类
-
Description: Url 格式错误
- UrlFormatIncorrectException() - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
- UrlFormatIncorrectException(String) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
- UrlFormatIncorrectException(String, Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
- UrlFormatIncorrectException(String, Throwable, boolean, boolean) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
- UrlFormatIncorrectException(Throwable) - 异常错误类的构造器 cn.herodotus.stirrup.core.foundation.exception.properties.UrlFormatIncorrectException
V
- valueOf(String) - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Architecture
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Protocol
-
返回带有指定名称的该类的枚举常量。
- valueOf(String) - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Target
-
返回带有指定名称的该类的枚举常量。
- values() - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Architecture
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Protocol
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- values() - 枚举类中的静态方法 cn.herodotus.stirrup.core.foundation.enums.Target
-
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同
- VERSION - 类中的静态变量 cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2Constants
W
- WellFormedUtils - cn.herodotus.stirrup.core.foundation.utils中的类
-
Description: 符合语法规则的工具类
- WellFormedUtils() - 类的构造器 cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
- writeAsString(D, boolean) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2YamlUtils
-
将实体转化为Yaml形式的字符串
- writeAsString(T) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2YamlUtils
X
- XssUtils - cn.herodotus.stirrup.core.foundation.utils.protect中的类
-
Description: Antisamy 单例 工具类
Z
- zonedDateTimeToDate(ZonedDateTime) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
-
ZonedDateTime 转换成 Date
- zonedDateTimeToString(ZonedDateTime) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
- zonedDateTimeToString(ZonedDateTime, String) - 类中的静态方法 cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
常量字段值|所有程序包|所有类和接口|序列化表格