getFieldJsonQualifierAnnotations

Return

a set of JsonQualifier -annotated Annotation instances retrieved from the targeted field. Can be empty if none are found.

Parameters

clazz

the target class to read the {@code fieldName} field annotations from.

fieldName

the target field name on {@code clazz} .

open fun getFieldJsonQualifierAnnotations(clazz: Class<out Any>, fieldName: String): Set<out Annotation>