Module datarush.matching
Package com.pervasive.datarush.coercion
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.
-
-
Constructor Summary
Constructors Constructor Description CoercerRegistrationFactoryImpl()
-
-
-
Method Detail
-
getCoercers
public List<Class<?>> getCoercers()
- Specified by:
getCoercers
in interfaceCoercerRegistrationFactory
-
-