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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<SqlArrayType<?>>build(Type elementType, ConfigRegistry config) Returns anSqlArrayTypefor the givenelementTypeif this factory supports it; empty otherwise.
-
Constructor Details
-
EnumSqlArrayTypeFactory
public EnumSqlArrayTypeFactory()
-
-
Method Details
-
build
Description copied from interface:SqlArrayTypeFactoryReturns anSqlArrayTypefor the givenelementTypeif this factory supports it; empty otherwise.- Specified by:
buildin interfaceSqlArrayTypeFactory- Parameters:
elementType- the array element typeconfig- the config registry, for composition- Returns:
- an
SqlArrayTypefor the givenelementTypeif this factory supports it; empty otherwise. - See Also:
-