service / com.scurab.android.uitor.extract2 / ReflectionExtractor

ReflectionExtractor

class ReflectionExtractor : BaseExtractor

Constructors

<init>

ReflectionExtractor(useFields: Boolean = false, maxDepth: Int = MAX_DEPTH)

Properties

parent

Define a "parent" class in terms of extracting for your extractor For example an extractor for android.view.ViewGroup would have android.view.View

val parent: Class<*>?

Functions

onFillValues

fun onFillValues(item: Any, context: ExtractingContext): Unit