摘要:
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
阅读(1073)
评论(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
阅读(463)
评论(0)
推荐(0)
浙公网安备 33010602011771号