KFilters

interface KFilters

Functions

Link copied to clipboard
abstract fun <T : Any> getFilter(type: KClass<T>): KFilter<T>?
Link copied to clipboard
abstract fun getParameterMapRef(type: KClass<*>): Ref<SortedMap<String, Any>?>?
Link copied to clipboard
abstract fun <T : Any> getTargetFilter(prop: KProperty1<*, T?>): KFilter<T>?
Link copied to clipboard
abstract fun getTargetParameterMapRef(prop: KProperty1<*, *>): Ref<SortedMap<String, Any>?>?