Class JavaTimeZoneIdArgumentFactory
java.lang.Object
org.jdbi.v3.core.argument.AbstractArgumentFactory<ZoneId>
org.jdbi.v3.core.argument.JavaTimeZoneIdArgumentFactory
- All Implemented Interfaces:
ArgumentFactory, ArgumentFactory.Preparable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ArgumentFactory
ArgumentFactory.PreparableModifier and TypeInterfaceDescriptionstatic interfaceArgumentFactory extension interface that allows preparing arguments for efficient batch binding. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractArgumentFactory
build, prepare, prePreparedTypesModifier and TypeMethodDescriptionbuild(Type type, Object value, ConfigRegistry config) Returns anArgumentfor the given value if the factory supports it; empty otherwise.prepare(Type type, ConfigRegistry config) Deprecated, for removal: This API element is subject to removal in a future version.no longer used
-
Constructor Details
-
JavaTimeZoneIdArgumentFactory
public JavaTimeZoneIdArgumentFactory()
-