Class InferredSqlArrayTypeFactory

java.lang.Object
org.jdbi.v3.core.array.InferredSqlArrayTypeFactory
All Implemented Interfaces:
SqlArrayTypeFactory

class InferredSqlArrayTypeFactory extends Object implements SqlArrayTypeFactory
A generic SqlArrayTypeFactory that reflectively inspects an SqlArrayType and maps only arrays of element type T. The type parameter T must be accessible via reflection or an UnsupportedOperationException will be thrown.