Package org.jdbi.v3.core.mapper.reflect
Class StaticMethodInstanceFactory<T>
java.lang.Object
org.jdbi.v3.core.mapper.reflect.InstanceFactory<T>
org.jdbi.v3.core.mapper.reflect.StaticMethodInstanceFactory<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanisStaticFactoryMethodFor(Method method, Class<?> type) (package private) TnewInstance(Object... params) toString()Methods inherited from class org.jdbi.v3.core.mapper.reflect.InstanceFactory
getAnnotation, getAnnotationIncludingType, getDeclaringClass, getParameterCount, getParameters
-
Field Details
-
type
-
method
-
-
Constructor Details
-
StaticMethodInstanceFactory
-
-
Method Details
-
isStaticFactoryMethodFor
-
newInstance
- Specified by:
newInstancein classInstanceFactory<T>
-
toString
- Specified by:
toStringin classInstanceFactory<T>
-