Package org.jdbi.v3.sqlobject.kotlin
Class MethodKey
-
- All Implemented Interfaces:
public final class MethodKey
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final List<Class<?>>paramTypesprivate final Class<?>returnType
-
Method Summary
Modifier and Type Method Description final StringgetName()final List<Class<?>>getParamTypes()final Class<?>getReturnType()
-