Uses of Class
cloud.opencode.base.json.identity.ObjectIdGenerator
Packages that use ObjectIdGenerator
Package
Description
JSON Object Identity - Object Identity and Circular Reference Support
JSON 对象身份 - 对象身份和循环引用支持
-
Uses of ObjectIdGenerator in cloud.opencode.base.json.identity
Subclasses of ObjectIdGenerator in cloud.opencode.base.json.identityModifier and TypeClassDescriptionstatic classInteger Sequence Generator - Auto-Incrementing Integer IDs 整数序列生成器 - 自增整数 IDstatic classProperty Generator - Uses an Existing Property as Object ID 属性生成器 - 使用现有属性作为对象 IDstatic classString ID Generator - String-Based Object IDs 字符串 ID 生成器 - 基于字符串的对象 IDstatic classUUID Generator - UUID-Based Object IDs UUID 生成器 - 基于 UUID 的对象 IDMethods in cloud.opencode.base.json.identity with parameters of type ObjectIdGeneratorModifier and TypeMethodDescriptionabstract booleanObjectIdGenerator.canUseFor(ObjectIdGenerator<?> gen) Determines whether this generator can be used interchangeably with another.booleanObjectIdGenerators.IntSequenceGenerator.canUseFor(ObjectIdGenerator<?> gen) booleanObjectIdGenerators.PropertyGenerator.canUseFor(ObjectIdGenerator<?> gen) booleanObjectIdGenerators.StringIdGenerator.canUseFor(ObjectIdGenerator<?> gen) booleanObjectIdGenerators.UUIDGenerator.canUseFor(ObjectIdGenerator<?> gen)