程序包分层结构:
- cn.herodotus.stirrup.core.foundation.context,
- cn.herodotus.stirrup.core.foundation.crypto,
- cn.herodotus.stirrup.core.foundation.enums,
- cn.herodotus.stirrup.core.foundation.exception,
- cn.herodotus.stirrup.core.foundation.exception.api,
- cn.herodotus.stirrup.core.foundation.exception.properties,
- cn.herodotus.stirrup.core.foundation.json.gson,
- cn.herodotus.stirrup.core.foundation.json.jackson2,
- cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer,
- cn.herodotus.stirrup.core.foundation.json.jackson2.modules,
- cn.herodotus.stirrup.core.foundation.json.jackson2.utils,
- cn.herodotus.stirrup.core.foundation.support,
- cn.herodotus.stirrup.core.foundation.utils,
- cn.herodotus.stirrup.core.foundation.utils.protect,
- cn.herodotus.stirrup.core.foundation.utils.type
类分层结构
- java.lang.Object
- cn.herodotus.stirrup.core.foundation.crypto.AESCryptoProcessor (implements cn.herodotus.stirrup.core.definition.crypto.SymmetricCryptoProcessor)
- cn.herodotus.stirrup.core.foundation.utils.type.ArrayUtils
- cn.herodotus.stirrup.core.foundation.utils.type.DateTimeUtils
- cn.herodotus.stirrup.core.foundation.exception.GlobalExceptionHandler
- cn.herodotus.stirrup.core.foundation.json.gson.GsonUtils
- cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2Constants
- cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2Utils
- cn.herodotus.stirrup.core.foundation.json.jackson2.utils.Jackson2YamlUtils
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable)
- cn.herodotus.stirrup.core.foundation.json.jackson2.deserializer.TimestampToLocalDateTimeDeserializer
- cn.herodotus.stirrup.core.foundation.json.jackson2.utils.JsonNodeUtils
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable)
- cn.herodotus.stirrup.core.foundation.utils.type.ListUtils
- com.fasterxml.jackson.databind.Module (implements com.fasterxml.jackson.core.Versioned)
- com.fasterxml.jackson.databind.module.SimpleModule (implements java.io.Serializable)
- cn.herodotus.stirrup.core.foundation.utils.type.NumberUtils
- cn.herodotus.stirrup.core.foundation.context.PropertyResolver
- cn.herodotus.stirrup.core.foundation.utils.ResourceUtils
- cn.herodotus.stirrup.core.foundation.crypto.RSACryptoProcessor (implements cn.herodotus.stirrup.core.definition.crypto.AsymmetricCryptoProcessor)
- cn.herodotus.stirrup.core.foundation.context.ServiceContextHolder
- cn.herodotus.stirrup.core.foundation.crypto.SM2CryptoProcessor (implements cn.herodotus.stirrup.core.definition.crypto.AsymmetricCryptoProcessor)
- cn.herodotus.stirrup.core.foundation.crypto.SM4CryptoProcessor (implements cn.herodotus.stirrup.core.definition.crypto.SymmetricCryptoProcessor)
- cn.herodotus.stirrup.core.foundation.utils.protect.SqlInjectionUtils
- java.lang.Throwable (implements java.io.Serializable)
- cn.herodotus.stirrup.core.foundation.utils.WellFormedUtils
- cn.herodotus.stirrup.core.foundation.utils.protect.XssUtils
接口分层结构
- cn.herodotus.stirrup.core.foundation.support.BearerTokenResolver
- cn.herodotus.stirrup.core.foundation.json.jackson2.Jackson2CustomizerOrder
- org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
- org.springframework.core.Ordered
- cn.herodotus.stirrup.core.foundation.support.BaseObjectMapperBuilderCustomizer (并 extends org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer)