getFieldJsonQualifierAnnotations

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

Return

a set of JsonQualifier-annotated Annotation instances retrieved fromthe 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}.