File tree Expand file tree Collapse file tree
main/java/me/chanjar/weixin/common/util
test/java/me/chanjar/weixin/common/util/crypto
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 * <pre>
2121 * bean操作的一些工具类
2222 * Created by Binary Wang on 2016-10-21.
23- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
2423 * </pre>
24+ *
25+ * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
2526 */
2627public class BeanUtils {
2728 private static Logger log = LoggerFactory .getLogger (BeanUtils .class );
Original file line number Diff line number Diff line change 88 * <pre>
99 * 自定义的ToString方法,用于产生去掉空值属性的字符串
1010 * Created by Binary Wang on 2016-10-27.
11- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
1211 * </pre>
12+ *
13+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1314 */
1415public class ToStringUtils {
1516 public static final ToStringStyle THE_STYLE = new SimpleMultiLineToStringStyle ();
Original file line number Diff line number Diff line change 1010 * Created by BinaryWang on 2017/6/10.
1111 * </pre>
1212 *
13- * @author <a href="https://github.com/binarywang">binarywang( Binary Wang) </a>
13+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1414 */
1515public class SHA1Test {
1616 @ Test
Original file line number Diff line number Diff line change 44 * <pre>
55 * 默认接口实现类,使用apache httpclient实现
66 * Created by Binary Wang on 2017-5-27.
7- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
87 * </pre>
8+ *
9+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
910 */
1011public class WxCpServiceImpl extends WxCpServiceApacheHttpClientImpl {
1112}
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .mp .bean .datacube ;
22
3- import com .google .gson .JsonParser ;
43import com .google .gson .annotations .SerializedName ;
54import com .google .gson .reflect .TypeToken ;
65import me .chanjar .weixin .mp .util .json .WxMpGsonBuilder ;
98
109/**
1110 * 图文分析数据接口返回结果对象
11+ * <p>
12+ * Created by Binary Wang on 2016/8/24.
1213 *
13- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14- * Created by Binary Wang on 2016/8/24.
14+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1515 */
1616public class WxDataCubeArticleResult extends WxDataCubeBaseResult {
1717 private static final long serialVersionUID = -9222452497954511765L ;
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .mp .bean .datacube ;
22
3- import com .google .gson .JsonParser ;
43import com .google .gson .annotations .SerializedName ;
54import com .google .gson .reflect .TypeToken ;
65import me .chanjar .weixin .mp .util .json .WxMpGsonBuilder ;
98
109/**
1110 * 图文分析数据接口返回结果对象
11+ * <p>
12+ * Created by Binary Wang on 2016/8/24.
1213 *
13- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14- * Created by Binary Wang on 2016/8/24.
14+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1515 */
1616public class WxDataCubeArticleTotal extends WxDataCubeBaseResult {
1717 private static final long serialVersionUID = -7634365687303052699L ;
Original file line number Diff line number Diff line change 66
77/**
88 * 获取图文群发总数据接口(getarticletotal)中的详细字段
9+ * <p>
10+ * Created by Binary Wang on 2016/8/24.
911 *
10- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
11- * Created by Binary Wang on 2016/8/24.
12+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1213 */
13- public class WxDataCubeArticleTotalDetail implements Serializable {
14+ public class WxDataCubeArticleTotalDetail implements Serializable {
1415 private static final long serialVersionUID = -5136169129771430052L ;
1516
1617 /**
Original file line number Diff line number Diff line change 1212 * Created by Binary Wang on 2016/8/25.
1313 * </pre>
1414 *
15- * @author <a href="https://github.com/binarywang">binarywang( Binary Wang) </a>
15+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1616 */
1717public abstract class WxDataCubeBaseResult implements Serializable {
1818 private static final long serialVersionUID = 8780389911053297600L ;
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .mp .bean .datacube ;
22
3- import com .google .gson .JsonParser ;
43import com .google .gson .annotations .SerializedName ;
54import com .google .gson .reflect .TypeToken ;
65import me .chanjar .weixin .mp .util .json .WxMpGsonBuilder ;
98
109/**
1110 * 接口分析数据接口返回结果对象
11+ * <p>
12+ * Created by Binary Wang on 2016/8/30.
1213 *
13- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14- * Created by Binary Wang on 2016/8/30.
14+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1515 */
1616public class WxDataCubeInterfaceResult extends WxDataCubeBaseResult {
1717 private static final long serialVersionUID = 597734329161281398L ;
Original file line number Diff line number Diff line change 11package me .chanjar .weixin .mp .bean .datacube ;
22
3- import com .google .gson .JsonParser ;
43import com .google .gson .annotations .SerializedName ;
54import com .google .gson .reflect .TypeToken ;
65import me .chanjar .weixin .mp .util .json .WxMpGsonBuilder ;
98
109/**
1110 * 消息分析数据接口返回结果对象
11+ * <p>
12+ * Created by Binary Wang on 2016/8/29.
1213 *
13- * @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
14- * Created by Binary Wang on 2016/8/29.
14+ * @author <a href="https://github.com/binarywang">Binary Wang</a>
1515 */
1616public class WxDataCubeMsgResult extends WxDataCubeBaseResult {
1717 private static final long serialVersionUID = 6932121822150573659L ;
You can’t perform that action at this time.
0 commit comments