FieldNamesField
class FieldNamesField(enabled: Boolean? = null) : MetaFields.BaseMetaField<String, MetaFields.BoundFieldNamesField>
Constructors
Functions
Link copied to clipboard
operator fun provideDelegate(thisRef: FieldSet, prop: KProperty<*>): ReadOnlyProperty<FieldSet, BoundField<String, String>>
operator fun provideDelegate(thisRef: MetaFields, prop: KProperty<*>): ReadOnlyProperty<MetaFields, MetaFields.BoundFieldNamesField>
Properties
Extensions
Link copied to clipboard
inline fun <V : Enum<V>> FieldSet.Field<Int, Int>.enum(fieldValue: IntEnumValue<V>): FieldSet.Field<V, V>
Maps integer value to the corresponding enum variant.
inline fun <V : Enum<V>> FieldSet.Field<String, String>.enum(fieldValue: KeywordEnumValue<V>? = null): FieldSet.Field<V, V>
Maps string value to the corresponding enum variant.