Module datarush.matching
Package com.pervasive.datarush.coercion
Class CoercerRegistrationFactoryImpl
java.lang.Object
com.pervasive.datarush.coercion.CoercerRegistrationFactoryImpl
- All Implemented Interfaces:
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.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CoercerRegistrationFactoryImpl
public CoercerRegistrationFactoryImpl()
-
-
Method Details
-
getCoercers
- Specified by:
getCoercersin interfaceCoercerRegistrationFactory
-