Enum JdbcConnectionUrlParser

java.lang.Object
java.lang.Enum<JdbcConnectionUrlParser>
io.opentelemetry.instrumentation.jdbc.internal.JdbcConnectionUrlParser
All Implemented Interfaces:
Serializable, Comparable<JdbcConnectionUrlParser>, java.lang.constant.Constable

public enum JdbcConnectionUrlParser extends Enum<JdbcConnectionUrlParser>
Structured as an enum instead of a class hierarchy to allow iterating through the parsers automatically without having to maintain a separate list of parsers.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.