|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.csv.AbstractTypeCoercer
public abstract class AbstractTypeCoercer
Coercer for type conversion.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
For logging. |
protected java.util.Map<java.lang.String,net.sf.cglib.reflect.FastConstructor> |
propertyConstructors
Constructors for coercion. |
Constructor Summary | |
---|---|
AbstractTypeCoercer()
|
Method Summary | |
---|---|
void |
setPropertyTypes(java.util.Map<java.lang.String,java.lang.Object> propertyTypes)
Ctor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
protected java.util.Map<java.lang.String,net.sf.cglib.reflect.FastConstructor> propertyConstructors
Constructor Detail |
---|
public AbstractTypeCoercer()
Method Detail |
---|
public void setPropertyTypes(java.util.Map<java.lang.String,java.lang.Object> propertyTypes)
propertyTypes
- the type conversion to be done
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |