Uses of Interface
com.pyranid.TargetType
-
Uses of TargetType in com.pyranid
Methods in com.pyranid that return TargetTypeMethods in com.pyranid that return types with arguments of type TargetTypeModifier and TypeMethodDescriptiondefault Optional
<TargetType> TargetType.getArrayComponentType()
default Optional
<TargetType> TargetType.getListElementType()
default Optional
<TargetType> TargetType.getMapKeyType()
default Optional
<TargetType> TargetType.getMapValueType()
default Optional
<TargetType> TargetType.getSetElementType()
TargetType.getTypeArguments()
All type arguments wrapped (empty for raw/non-parameterized).Methods in com.pyranid with parameters of type TargetTypeModifier and TypeMethodDescriptionCustomColumnMapper.appliesTo
(TargetType targetType) Specifies which types this mapper should handle.CustomParameterBinder.appliesTo
(TargetType targetType) Specifies which types this custom binder should handle.CustomColumnMapper.map
(StatementContext<?> statementContext, ResultSet resultSet, Object resultSetValue, TargetType targetType, Integer columnIndex, String columnLabel, InstanceProvider instanceProvider) Perform custom mapping of aResultSet
column: given aresultSetValue
, optionally return an instance oftargetType
instead.