java.lang.Object
org.litebridgedb.convert.ConfigurableTypeConverter
org.litebridgedb.convert.DefaultTypeConverter
- All Implemented Interfaces:
TypeConverter
Extends
ConfigurableTypeConverter and automatically populates itself with all
Converter implementations found on the classpath using the Java ServiceLoader mechanism.
This is the implementation typically used by Litebridge database providers to provide a set of standard converters.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newDefaultTypeConverterand registers all converters found viaServiceLoader. -
Method Summary
Methods inherited from class org.litebridgedb.convert.ConfigurableTypeConverter
convert, convert, register, register, register, unregister, unregister
-
Constructor Details
-
DefaultTypeConverter
public DefaultTypeConverter()Constructs a newDefaultTypeConverterand registers all converters found viaServiceLoader.
-