所有程序包的分层结构
程序包分层结构:- org.cattleframework.utils,
- org.cattleframework.utils.auxiliary,
- org.cattleframework.utils.cache,
- org.cattleframework.utils.cache.caffeine,
- org.cattleframework.utils.concurrent,
- org.cattleframework.utils.context,
- org.cattleframework.utils.http,
- org.cattleframework.utils.redis,
- org.cattleframework.utils.reflect,
- org.cattleframework.utils.reflect.constant
类分层结构
- java.lang.Object
- org.cattleframework.utils.cache.AbstractCacheManager (implements org.cattleframework.utils.cache.CacheManager)
- org.cattleframework.utils.cache.caffeine.CaffeineCacheManager
- org.cattleframework.utils.auxiliary.BarcodeResult
- org.cattleframework.utils.auxiliary.BarcodeUtils
- org.cattleframework.utils.cache.CacheConstants
- org.cattleframework.utils.cache.caffeine.CaffeineCache (implements org.cattleframework.utils.cache.Cache)
- org.cattleframework.utils.reflect.ClassUtils
- org.cattleframework.utils.auxiliary.CompressUtils
- org.cattleframework.utils.redis.CustomRedisSerializer (implements org.springframework.data.redis.serializer.RedisSerializer<T>)
- org.cattleframework.utils.auxiliary.DataConvertUtils
- org.cattleframework.utils.auxiliary.DateUtils
- org.cattleframework.utils.auxiliary.Dom4jUtils
- org.cattleframework.utils.auxiliary.EnvUtils
- org.cattleframework.utils.auxiliary.FileUtils
- org.cattleframework.utils.auxiliary.HttpUtils
- org.cattleframework.utils.auxiliary.JacksonUtils
- org.cattleframework.utils.auxiliary.MapUtils
- org.cattleframework.utils.context.MessageSourceContext
- org.cattleframework.utils.MessageSourceProperties
- org.cattleframework.utils.concurrent.NamedThreadFactoryBuilder
- org.cattleframework.utils.auxiliary.NetUtils
- org.cattleframework.utils.auxiliary.NumberUtils
- org.cattleframework.utils.auxiliary.ObjectUtils
- org.cattleframework.utils.redis.RedisAutoConfiguration
- org.cattleframework.utils.redis.RedisTemplateUtils
- org.cattleframework.utils.reflect.ReflectUtils
- org.cattleframework.utils.http.RestTemplateUtils
- org.cattleframework.utils.auxiliary.StreamUtils
- org.cattleframework.utils.auxiliary.StringTemplate
- org.cattleframework.utils.auxiliary.StringUtils
- org.cattleframework.utils.UtilsAutoConfiguration
- org.cattleframework.utils.auxiliary.UuidUtils
- org.cattleframework.utils.cache.AbstractCacheManager (implements org.cattleframework.utils.cache.CacheManager)
接口分层结构
- org.cattleframework.utils.cache.Cache
- org.cattleframework.utils.cache.CacheManager
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.cattleframework.utils.reflect.constant.ClassType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)