Module litebridge.converter
Package org.litebridgedb.convert
@NullMarked
package org.litebridgedb.convert
Core type conversion system for Litebridge.
This package contains the main TypeConverter implementations,
including ConfigurableTypeConverter for manual configuration and
DefaultTypeConverter which automatically loads converters via ServiceLoader.
-
ClassesClassDescriptionA concrete implementation of
TypeConverterthat allows manual registration and unregistration of converters.ExtendsConfigurableTypeConverterand automatically populates itself with allConverterimplementations found on the classpath using the JavaServiceLoadermechanism.