public interface CollectorFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Type containerType) |
Collector<?,?,?> |
build(Type containerType) |
Optional<Type> |
elementType(Type containerType) |
boolean accepts(Type containerType)
containerType - the container typeCollector<?,?,?> build(Type containerType)
containerType - the type of the containerCollector for the given container type.StatementContext.findCollectorFor(Type),
JdbiCollectors.findFor(Type)Optional<Type> elementType(Type containerType)
containerType - the container typeStatementContext.findElementTypeFor(Type)Copyright © 2019. All rights reserved.