Enum Registry
object EnumRegistry
Registry for enum classes, used by native targets where reflection is not available. On JVM, enum operations use reflection directly and this registry is not needed. On native, the annotation processor generates calls to register at startup.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the integer value (ordinal or DbValue.dbValue) for the given enum constant, or null if the constant's class has not been registered.