Class DefaultTypeConverter

java.lang.Object
org.litebridgedb.convert.ConfigurableTypeConverter
org.litebridgedb.convert.DefaultTypeConverter
All Implemented Interfaces:
TypeConverter

public class DefaultTypeConverter extends ConfigurableTypeConverter
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 Details

    • DefaultTypeConverter

      public DefaultTypeConverter()
      Constructs a new DefaultTypeConverter and registers all converters found via ServiceLoader.