Uses of Interface
guru.mikelue.foxglove.functional.ColumnMatcher
Packages that use ColumnMatcher
Package
Description
Provides utilities for
functional interfaces.This package provides classes to handle settings for data generating.
-
Uses of ColumnMatcher in guru.mikelue.foxglove.functional
Methods in guru.mikelue.foxglove.functional that return ColumnMatcherModifier and TypeMethodDescriptionstatic ColumnMatcherColumnMatchers.forJdbcType(JDBCType targetType) Builds a matcher for matching a type of JDBC.static ColumnMatcherBuilds a matcher for matching name(case incensitive) of a column.static ColumnMatcherColumnMatchers.forTypeName(String typeName) Builds a matcher for matching type name(case incensitive) ofColumnMeta.static ColumnMatcherColumnMatchers.hasProperty(ColumnMeta.Property checkedProperty) Builds a matcher for a column that has a specific property. -
Uses of ColumnMatcher in guru.mikelue.foxglove.setting
Methods in guru.mikelue.foxglove.setting with parameters of type ColumnMatcherModifier and TypeMethodDescription<T> ColumnConfig<T, DataSetting> DataSetting.columnMatcher(ColumnMatcher matcher) Starts to configureSupplierfor columns matched by givenColumnMatcher.DataSetting.excludeWhen(ColumnMatcher matcher) Excludes columns matched by givenColumnMatcherfrom auto-generating.