Since users might not have a concrete need to work with TypeReference, this commit introduces ProxyHints.registerJdkProxy(String...) to simplify use of the API for registering a dynamic proxy based on fully qualified class names of the required interfaces. Closes gh-28781