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