Package io.datarouter.enums
package io.datarouter.enums
-
ClassDescriptionAvoid this class if you don't need it, preferring a normal MappedEnum of Strings with case-sensitive logic.MappedEnum<E,
K> Store enum values by an extracted and optionally transformed key.StringEnum<E>Deprecated.Use StringMappedEnum, StringEncodedField, StringMappedEnumFieldCodec and StringMappedEnumSerializerMappedEnum specific to Strings, including length validation.Validated<T>