class ReflectionExtractor : BaseExtractor
<init> |
ReflectionExtractor(useFields: Boolean = false, maxDepth: Int = MAX_DEPTH) |
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<*>? |
onFillValues |
fun onFillValues(item: Any, context: ExtractingContext): Unit |