摘要: 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 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 实体类 阅读全文
posted @ 2019-09-30 11:43 青稞123 阅读(336) 评论(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 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 实体类 阅读全文
posted @ 2019-09-30 11:01 青稞123 阅读(282) 评论(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 阅读(193) 评论(0) 推荐(0) 编辑