KFilters
Functions
Link copied to clipboard
abstract fun <T : Any> getCacheableFilter(type: KClass<T>): KCacheableFilter<T>?
Content copied to clipboard
Link copied to clipboard
abstract fun <T : Any> getCacheableTargetFilter(prop: KProperty1<*, T?>): KCacheableFilter<T>?
Content copied to clipboard
Link copied to clipboard
abstract fun <T : Any> getTargetFilter(prop: KProperty1<*, T?>): KFilter<T>?
Content copied to clipboard