Uses of Package
org.litebridgedb.convert.converter
Packages that use org.litebridgedb.convert.converter
Package
Description
Core type conversion system for Litebridge.
Converter interfaces and bundled implementations.
-
Classes in org.litebridgedb.convert.converter used by org.litebridgedb.convertClassDescriptionRepresents a converter for a specific Java type.A functional interface for converting an object to a specific type.
-
Classes in org.litebridgedb.convert.converter used by org.litebridgedb.convert.converterClassDescriptionAn abstract base class for
Converterimplementations that handle numeric types.An abstract base class forConverterimplementations that primarily convert values by parsing their string representation.Represents a converter for a specific Java type.A functional interface for converting an object to a specific type.A generic implementation ofConverterthat uses aConverterFunctionfor the conversion logic.ExtendsConverterto add SQL-specific metadata.