reflect
This method gets called for every property in an AttributeImpl/AttributeSource passing the class name of the Attribute, a key and the actual value. E.g., an invocation of would call this method once using org.gnit.lucenekmp.analysis.tokenattributes.CharTermAttribute.class as attribute class, "term" as key and the actual value as a String.