KotlinDefaultMethodHandlerFactory

class KotlinDefaultMethodHandlerFactory : HandlerFactory

Functions

buildHandler
Link copied to clipboard
open override fun buildHandler(sqlObjectType: Class<*>, method: Method): Optional<Handler>
getImplementation
Link copied to clipboard
fun getImplementation(type: Class<*>, method: Method): Method?