Interface TypedParameter


@ThreadSafe public interface TypedParameter
Special "type carrier" which avoids generic type erasure at runtime when PreparedStatementBinder binds parameters to PreparedStatement.

Examples of where this is used:

Implementations should be threadsafe.
Since:
3.0.0
Author:
Mark Allen
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the full type information for this parameter, including how it's parameterized.
    Gets the value of this parameter.