open fun resolveMessageCodes(errorCode: String, objectName: String): Array<String>
open fun resolveMessageCodes(errorCode: String, objectName: String, field: String, @Nullable fieldType: Class<*>): Array<String>
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
Arrays, Lists and Maps are resolved both for specific elements and the whole collection.
See the DefaultMessageCodesResolver for details on the generated codes.
Return
the list of codes