public class UuidCodecProvider extends java.lang.Object implements CodecProvider
CodecProvider for UUID Codecs with custom UUID representations| 构造器和说明 |
|---|
UuidCodecProvider(UuidRepresentation uuidRepresentation)
Set the UUIDRepresentation to be used in the codec
default is JAVA_LEGACY to be compatible with existing documents
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Codec<T> |
get(java.lang.Class<T> clazz,
CodecRegistry registry)
Get a
Codec using the given context, which includes, most importantly, the Class for which a Codec is required. |
public UuidCodecProvider(UuidRepresentation uuidRepresentation)
uuidRepresentation - the representation of UUIDUuidRepresentationpublic <T> Codec<T> get(java.lang.Class<T> clazz, CodecRegistry registry)
CodecProviderCodec using the given context, which includes, most importantly, the Class for which a Codec is required.get 在接口中 CodecProviderT - the type of the class for which a Codec is requiredclazz - the Class for which to get a Codecregistry - the registry to use for resolving dependent Codec instances