Click or drag to resize

DefaultTypeCasterFactory Class

DefaultTypeCasterFactory is a class that : the methods required to transform objects from one type to another type. This specific class allows the developer to override the behavior that occurs during creation of new TypeCasters.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatDefaultTypeCasterFactory

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class DefaultTypeCasterFactory

The DefaultTypeCasterFactory type exposes the following members.

Constructors
  NameDescription
Public methodDefaultTypeCasterFactory
Initializes a new instance of the DefaultTypeCasterFactory class
Top
Methods
  NameDescription
Public methodEmitTypePairConverter
Emits a type caster for the type pair.
Public methodStatic memberGetTrueType
Gets the true underlying type of the provided type. Basically it unmasks nullables.
Public methodGetTypeCaster
Gets or creates a typeCaster for the specified pair of types.
Top
See Also