Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedCallable
Packages that use CheckedCallable
Package
Description
Utility classes used internally by Jdbi.
-
Uses of CheckedCallable in org.jdbi.v3.core.internal
Methods in org.jdbi.v3.core.internal with parameters of type CheckedCallableModifier and TypeMethodDescriptionstatic <T> Optional<T>JdbiClassUtils.createInstanceIfPossible(CheckedCallable<T> creator) Creates a new instance from aCheckedCallableinstance if possible. -
Uses of CheckedCallable in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedCallableModifier and TypeMethodDescriptionstatic <T> Unchecked.SneakyCallable<T>Unchecked.callable(CheckedCallable<T> checkedCallable)