Class CoercerRegistrationFactoryImpl

java.lang.Object
com.pervasive.datarush.coercion.CoercerRegistrationFactoryImpl
All Implemented Interfaces:
CoercerRegistrationFactory

public class CoercerRegistrationFactoryImpl extends Object implements CoercerRegistrationFactory
Register coercers used by the DataRush library. This is done through this factory that is automatically loaded by the coercion library as needed. Doing registration through this class prevents problems with classes not being loaded that have coercers defined causing coercions to fail that should work.