Logback can infer the Java class to which an XML tag should be mapped by looking for a setter method on the class to which the parent tag was mapped. This commits ensures that reflection hints are added for such classes. Fixes gh-32839