java.lang.Object
org.litebridgedb.db.spi.alias.DefaultAliasTransformer
- All Implemented Interfaces:
AliasTransformer
Default implementation of
AliasTransformer that returns the alias as-is.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringtransformAlias(@Nullable String dbAlias) Transforms the given database alias into another form.
-
Constructor Details
-
DefaultAliasTransformer
public DefaultAliasTransformer()
-
-
Method Details
-
transformAlias
Description copied from interface:AliasTransformerTransforms the given database alias into another form.The transformation rules are implementation-specific and can vary based on the requirements of the database or application.
- Specified by:
transformAliasin interfaceAliasTransformer- Parameters:
dbAlias- The alias to be transformed.- Returns:
- The transformed alias, or null if the input alias is null.
-