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 @NonNull Optional<TargetType> TargetType.getArrayComponentType()default @NonNull Optional<TargetType> TargetType.getListElementType()default @NonNull Optional<TargetType> TargetType.getMapKeyType()default @NonNull Optional<TargetType> TargetType.getMapValueType()default @NonNull 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(@NonNull TargetType targetType) Specifies which types this mapper should handle.CustomParameterBinder.appliesTo(@NonNull TargetType targetType) Specifies which types this custom binder should handle.CustomParameterBinder.bindNull(@NonNull StatementContext<?> statementContext, @NonNull PreparedStatement preparedStatement, @NonNull Integer parameterIndex, @NonNull TargetType targetType, @NonNull Integer sqlType) Performs custom binding of a null value given itsindexandtargetType.CustomColumnMapper.map(@NonNull StatementContext<?> statementContext, @NonNull ResultSet resultSet, @NonNull Object resultSetValue, @NonNull TargetType targetType, @NonNull Integer columnIndex, @Nullable String columnLabel, @NonNull InstanceProvider instanceProvider) Perform custom mapping of aResultSetcolumn: given aresultSetValue, optionally return an instance oftargetTypeinstead.