|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.csv.AbstractTypeCoercer
com.espertech.esperio.csv.BasicTypeCoercer
public class BasicTypeCoercer
Coercer for using the constructor to perform the coercion.
Field Summary |
---|
Fields inherited from class com.espertech.esperio.csv.AbstractTypeCoercer |
---|
log, propertyConstructors |
Constructor Summary | |
---|---|
BasicTypeCoercer()
|
Method Summary | |
---|---|
java.lang.Object |
coerce(java.lang.String property,
java.lang.String source)
Convert a value. |
Methods inherited from class com.espertech.esperio.csv.AbstractTypeCoercer |
---|
setPropertyTypes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicTypeCoercer()
Method Detail |
---|
public java.lang.Object coerce(java.lang.String property, java.lang.String source) throws java.lang.Exception
AbstractTypeCoercer
property
- property namesource
- value to convert
java.lang.Exception
- if coercion failed
|
© 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 |