KFilters

interface KFilters

Functions

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