Class ParameterizedRecordComponentBinding

java.lang.Object

public class ParameterizedRecordComponentBinding extends RecordComponentBinding
Binding denoting a record component after type substitution got performed. On parameterized type bindings, all record components got substituted, regardless whether their signature did involve generics or not, so as to get the proper declaringClass for these record components.