摘要: import java.lang.reflect.Method; private static Object getFieldValue(Object thisClass, String fieldName) { Object value = new Object(); Method method = null; ... 阅读全文
posted @ 2017-09-12 11:21 jassy 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: package com.wisoft.tysfrz.utils; public class SensitiveInfoUtils { private static final int SIZE = 6; private static final String SYMBOL = "*"; @SuppressWarnings("unused") public st... 阅读全文
posted @ 2017-09-12 11:19 jassy 阅读(446) 评论(0) 推荐(0) 编辑