Uses of Interface
com.espertech.esper.util.SimpleTypeCaster

Packages that use SimpleTypeCaster
com.espertech.esper.epl.expression.funcs Function expressions. 
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of SimpleTypeCaster in com.espertech.esper.epl.expression.funcs
 

Constructors in com.espertech.esper.epl.expression.funcs with parameters of type SimpleTypeCaster
ExprCastNode.NonnumericCasterComputer(SimpleTypeCaster numericTypeCaster)
           
ExprCastNode.NumberCasterComputer(SimpleTypeCaster numericTypeCaster)
           
 

Uses of SimpleTypeCaster in com.espertech.esper.util
 

Classes in com.espertech.esper.util that implement SimpleTypeCaster
 class SimpleTypeCasterAnyType
          Cast implementation for non-numeric values that caches allowed casts assuming there is a small set of casts allowed.
 

Methods in com.espertech.esper.util that return SimpleTypeCaster
static SimpleTypeCaster SimpleTypeCasterFactory.getCaster(java.lang.Class fromType, java.lang.Class targetType)
          Returns a caster that casts to a target type.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com