create

open override fun create(): CosIdGenerator?

Creates a global CosIdGenerator instance.

Attempts to retrieve a CosIdGenerator from the idProvider using the predefined ID_NAME. If no generator is found, returns null. Otherwise, returns the found generator cast to CosIdGenerator.

Return

the CosIdGenerator if found in the provider, null otherwise