public class TypeWidenerFactory
extends java.lang.Object
Constructor and Description |
---|
TypeWidenerFactory() |
Modifier and Type | Method and Description |
---|---|
static TypeWidener |
getCheckPropertyAssignType(java.lang.String columnName,
java.lang.Class columnType,
java.lang.Class writeablePropertyType,
java.lang.String writeablePropertyName)
Returns the widener.
|
public static TypeWidener getCheckPropertyAssignType(java.lang.String columnName, java.lang.Class columnType, java.lang.Class writeablePropertyType, java.lang.String writeablePropertyName) throws ExprValidationException
columnName
- name of columncolumnType
- type of columnwriteablePropertyType
- property typewriteablePropertyName
- propery nameExprValidationException
- if type validation fails