public abstract class AbstractTypeCoercer extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log
For logging.
|
protected Map<String,net.sf.cglib.reflect.FastConstructor> |
propertyConstructors
Constructors for coercion.
|
Constructor and Description |
---|
AbstractTypeCoercer() |
Modifier and Type | Method and Description |
---|---|
void |
setPropertyTypes(Map<String,Object> propertyTypes)
Ctor.
|