java 리플렉션(reflection) 사용시, 부모(조상)클래스까지 재귀적(recursive)으로 찾아가면서 모든 필드(Field)를 열거하는 방법

By | 10월 11, 2021

apache commons-lang 3.2 이상을 사용하고 있다면

Field[] fields = FieldUtils.getAllFields([클래스]);


Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments