public class MongoIdUtilKt
@Nullable
public static kotlin.reflect.KProperty1<java.lang.Object,?> getIdProperty(@NotNull
kotlin.reflect.KClass<?> $this$idProperty)
Returns the Mongo Id property of the KClass, or null if no id property is found.
@Nullable
public static java.lang.Object getIdValue(@Nullable
java.lang.Object $this$idValue)
Returns the Mongo Id value (which can be null), or null if no id property is found.