Package org.jdbi.v3.core.enums.internal
Class EnumSqlArrayTypeFactory
java.lang.Object
org.jdbi.v3.core.enums.internal.EnumSqlArrayTypeFactory
- All Implemented Interfaces:
SqlArrayTypeFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<SqlArrayType<?>>
build
(Type elementType, ConfigRegistry config) Returns anSqlArrayType
for the givenelementType
if this factory supports it; empty otherwise.
-
Constructor Details
-
EnumSqlArrayTypeFactory
public EnumSqlArrayTypeFactory()
-
-
Method Details
-
build
Description copied from interface:SqlArrayTypeFactory
Returns anSqlArrayType
for the givenelementType
if this factory supports it; empty otherwise.- Specified by:
build
in interfaceSqlArrayTypeFactory
- Parameters:
elementType
- the array element typeconfig
- the config registry, for composition- Returns:
- an
SqlArrayType
for the givenelementType
if this factory supports it; empty otherwise. - See Also:
-