expression property

String expression
final

The expression that will construct the type converter at runtime. The type converter constructed will map a mappedType to the sqlType and vice-versa.

Implementation

final String expression;