자바 부모 클래스 형식 가 져 오기

474 단어 자바
private Class getParameterClass() {
		return (Class) ((ParameterizedType) this.getClass()
				.getGenericSuperclass()).getActualTypeArguments()[0];
	}

참고:[모 르 시 면 다음 과 같이 참고 하 세 요]
http://bbs.csdn.net/topics/360169835
http://blog.csdn.net/tanksyg/article/details/49928115
http://blog.csdn.net/liang5630/article/details/40185591
http://blog.sina.com.cn/s/blog_86e34ca8010132ly.html

좋은 웹페이지 즐겨찾기