service / com.scurab.android.uitor.extract2 / DetailExtractor / findExtractor

findExtractor

@JvmStatic fun findExtractor(clazz: Class<*>): BaseExtractor?

Find generic extractor for particular class

Parameters

clazz -

Exceptions

IllegalStateException - if no extractor is found

Return