Uses of Class
cloud.opencode.base.id.prefixed.TypedIdGenerator
Packages that use TypedIdGenerator
-
Uses of TypedIdGenerator in cloud.opencode.base.id
Methods in cloud.opencode.base.id that return TypedIdGeneratorModifier and TypeMethodDescriptionstatic TypedIdGeneratorOpenId.typedIdGenerator(String prefix, IdGenerator<String> inner) Creates a TypedIdGenerator with the specified prefix and underlying generator 创建带指定前缀和底层生成器的TypedIdGenerator -
Uses of TypedIdGenerator in cloud.opencode.base.id.prefixed
Methods in cloud.opencode.base.id.prefixed that return TypedIdGeneratorModifier and TypeMethodDescriptionstatic TypedIdGeneratorTypedIdGenerator.of(String prefix, IdGenerator<String> inner) Creates a TypedIdGenerator with the given prefix and inner generator 使用给定前缀和内部生成器创建TypedIdGenerator