describe

@Since(version = "2.2")
abstract fun describe(locale: UELocale, obj: T?): List<String>

Describes the obj in a debug-friendly way with the usage of a locale in multiple lines. If the object does not require multiple lines, this method should use a single-element list consisting of just describeShortly instead of returning an empty list. If the underlying method returns null, this method should return an empty list.

Return

the description