KotlinDefaultMethodHandlerFactory

class KotlinDefaultMethodHandlerFactory : HandlerFactory

Constructors

Link copied to clipboard
fun KotlinDefaultMethodHandlerFactory()

Functions

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