Class PojoBuilderUtils
java.lang.Object
org.jdbi.v3.core.mapper.reflect.internal.PojoBuilderUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic MethodHandle
static String
chopPrefix
(String name, int off) static String
defaultSetterName
(String name) static MethodHandle
findBuilderSetter
(Class<?> builderClass, String name, Method decl, Type type) static boolean
isProperty
(Method m) static String
-
Method Details
-
isProperty
-
propertyName
-
defaultSetterName
-
chopPrefix
-
findBuilderSetter
public static MethodHandle findBuilderSetter(Class<?> builderClass, String name, Method decl, Type type) throws IllegalAccessException - Throws:
IllegalAccessException
-
alwaysSet
-