KFilters

interface KFilters

Functions

Link copied to clipboard
abstract fun <T : Any> getFilter(type: KClass<T>, shardingOnly: Boolean = false): 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?>, shardingOnly: Boolean = false): KFilter<T>?
Link copied to clipboard
abstract fun getTargetParameterMapRef(prop: KProperty1<*, *>): Ref<SortedMap<String, Any>?>?