Uses of Record Class
guru.mikelue.foxglove.ColumnMeta
Packages that use ColumnMeta
Package
Description
Foxglove is a lightweight Java library for easing the generating data for testing database-related code.
This package provides classes to handle settings for data generating.
-
Uses of ColumnMeta in guru.mikelue.foxglove
Methods in guru.mikelue.foxglove that return types with arguments of type ColumnMetaModifier and TypeMethodDescriptionTupleAccessor.asMap()Gets all columns as a map.TupleAccessor.getMetaOfColumns()Gets metadata of all columns of the generated row. -
Uses of ColumnMeta in guru.mikelue.foxglove.setting
Methods in guru.mikelue.foxglove.setting with parameters of type ColumnMetaModifier and TypeMethodDescriptionbooleanDataSetting.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.booleanDataSettingInfo.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.booleanLayeredDataSetting.isAutoGenerating(ColumnMeta column) Gets whether or not to generate value automatically by the given properties of a column.DataSetting.resolveSupplier(ColumnMeta columnMeta) Resolves theSupplierfor the given column metadata.DataSettingInfo.resolveSupplier(ColumnMeta columnMeta) Resolves theSupplierfor the given column metadata.LayeredDataSetting.resolveSupplier(ColumnMeta columnMeta) Retrieves the foundSupplierby priority of settings.