# our-commons **Repository Path**: SWDCloud/our-commons ## Basic Information - **Project Name**: our-commons - **Description**: utils / 我常用的各个工具类。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-12 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Our Commons 我开发的各个项目的通用工具库,目前主要是 关于反射的。 包含通用的网络请求库,基于Apache Commons HttpClient,可以通过JDK代理把Http接口映射为java接口,实现基于Http的RPC调用。 包含压缩包基本处理的功能,能够解压Zip和7Z。 包含注解的高级工具,例如注解的合并和别名。 包含反射的解析工具,例如解析类包含的所有方法,包括私有方法。