随笔分类 -  反射

摘要:1 package com.foreign; 2 3 import java.lang.annotation.Annotation; 4 import java.lang.reflect.Field; 5 import java.lang.reflect.Method; 6 7 /** 8 * Created with IDEA 9 * author:foreign 10 * Date:2019/ 阅读全文
posted @ 2019-09-30 16:17 青稞123 阅读(180) 评论(0) 推荐(0)
摘要:实体类 阅读全文
posted @ 2019-09-30 11:43 青稞123 阅读(352) 评论(0) 推荐(0)
摘要:1 import java.lang.reflect.Method; 2 3 /** 4 * Created with IDEA 5 * author:foreign 6 * Date:2019/9/30 7 * Time:10:40 8 */ 9 public class ReflectionFk { 10 public static void main(String[] args) { 11 阅读全文
posted @ 2019-09-30 11:29 青稞123 阅读(302) 评论(0) 推荐(0)
摘要:实体类 阅读全文
posted @ 2019-09-30 11:01 青稞123 阅读(300) 评论(0) 推荐(0)
摘要:1 import java.lang.reflect.Field; 2 3 /** 4 * Created with IDEA 5 * author:foreign 6 * Date:2019/9/30 7 * Time:10:10 8 */ 9 public class ReflectionFk { 10 public static void main(String[] args) throws 阅读全文
posted @ 2019-09-30 10:20 青稞123 阅读(204) 评论(0) 推荐(0)
摘要:1 import net.dsmxx.PersonFk; 2 3 import java.lang.reflect.Constructor; 4 import java.lang.reflect.InvocationTargetException; 5 6 /** 7 * Created with IDEA 8 * author:foreign 9 * Date:2019/9/29 10 * Ti 阅读全文
posted @ 2019-09-29 20:50 青稞123 阅读(309) 评论(0) 推荐(0)
摘要:1 import net.dsmxx.PersonFk; 2 import org.apache.poi.ss.formula.functions.T; 3 4 import java.lang.annotation.Annotation; 5 import java.lang.reflect.Constructor; 6 import java.lang.reflect.Fiel... 阅读全文
posted @ 2019-09-29 20:32 青稞123 阅读(176) 评论(0) 推荐(0)