Uses of Interface
is.codion.framework.domain.entity.attribute.Column.Converter
Packages that use Column.Converter
-
Uses of Column.Converter in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that return Column.ConverterModifier and TypeMethodDescriptionstatic <C> Column.Converter
<Boolean, C> Column.ColumnDefiner.booleanConverter
(C trueValue, C falseValue) A convenience method for aColumn.Converter
for boolean columns<C> Column.Converter
<C, T> ColumnDefinition.converter()
Note: returns null when used in a remote connection context.Methods in is.codion.framework.domain.entity.attribute with parameters of type Column.ConverterModifier and TypeMethodDescription<C> B
ColumnDefinition.Builder.columnClass
(Class<C> columnClass, Column.Converter<T, C> converter) Sets the actual column type, and the requiredColumn.Converter
.<C> B
ColumnDefinition.Builder.columnClass
(Class<C> columnClass, Column.Converter<T, C> converter, Column.GetValue<C> getValue) Sets the actual column type, and the requiredColumn.Converter
.<C> B
ColumnDefinition.Builder.columnClass
(Class<C> columnClass, Column.Converter<T, C> converter, Column.GetValue<C> getValue, Column.SetParameter<C> setParameter) Sets the actual column type, and the requiredColumn.Converter
.<C> B
ColumnDefinition.Builder.columnClass
(Class<C> columnClass, Column.Converter<T, C> converter, Column.SetParameter<C> setParameter) Sets the actual column type, and the requiredColumn.Converter
.