ResolvableType
참고사이트:https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/ResolvableType.html Encapsulates a Java Type, providing access to supertypes, interfaces, and generic parameters along with the ability to ultimately resolve to a Class.ResolvableTypes may be obtained from fields, method parameters, method returns or classes. Most methods on this class will themselves..