Package org.jdbi.v3.postgres.internal
Class BitStringEnumSetArgumentFactory
- java.lang.Object
-
- org.jdbi.v3.postgres.internal.BitStringEnumSetArgumentFactory
-
- All Implemented Interfaces:
ArgumentFactory,ArgumentFactory.Preparable
public class BitStringEnumSetArgumentFactory extends java.lang.Object implements ArgumentFactory.Preparable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdbi.v3.core.argument.ArgumentFactory
ArgumentFactory.Preparable
-
-
Constructor Summary
Constructors Constructor Description BitStringEnumSetArgumentFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static <E extends java.lang.Enum<E>>
java.util.function.Function<java.lang.Object,Argument>buildGeneric(java.lang.reflect.Type type)java.util.Optional<java.util.function.Function<java.lang.Object,Argument>>prepare(java.lang.reflect.Type type, ConfigRegistry config)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.argument.ArgumentFactory.Preparable
build, prePreparedTypes
-
-
-
-
Method Detail
-
prepare
public java.util.Optional<java.util.function.Function<java.lang.Object,Argument>> prepare(java.lang.reflect.Type type, ConfigRegistry config)
- Specified by:
preparein interfaceArgumentFactory.Preparable
-
buildGeneric
private static <E extends java.lang.Enum<E>> java.util.function.Function<java.lang.Object,Argument> buildGeneric(java.lang.reflect.Type type)
-
-