getFieldConfig

open fun getFieldConfig(fieldName: String): FieldConfig?

Returns an implementation of FieldConfig for a specific field name. If the implemented QueryConfigHandler does not know a specific field name, it may return null, indicating there is no configuration for that field.

Return

a FieldConfig object containing the field name configuration or null, if the implemented QueryConfigHandler has no configuration for that field

Parameters

fieldName

the field name