processName

abstract fun processName(path: JsonWriter.MemberPath, existingName: String): String

Return a new name for the JSON member or null if the member should be filtered entirely.

Return

the new name

Parameters

path

the path of the member

existingName

the existing and possibly already processed name.