Package com.clickhouse.client.api.metadata
package com.clickhouse.client.api.metadata
-
ClassDescriptionStrategy to match column names to method names.Default implementation of
ColumnToMethodMatchingStrategytakes the following rules: Method name is normalized by removing prefixes like "get", "set", "is", "has". Column name is normalized by removing special characters like "-", "_", ".". Normalized method name and column name are compared case-insensitively.