NameProcessor

Callback interface that can be applied to Members to change names or filter members.

Functions

Link copied to clipboard
Factory method to create a new NameProcessor for the given operation.
Link copied to clipboard
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.