public class SimpleRegistry extends Object implements TypedRegistry
| Modifier and Type | Method and Description |
|---|---|
<T> org.bson.codecs.Codec<T> |
get(com.google.common.reflect.TypeToken<T> type) |
static TypedRegistry |
of(org.bson.codecs.configuration.CodecRegistry registry) |
public <T> org.bson.codecs.Codec<T> get(com.google.common.reflect.TypeToken<T> type)
public static TypedRegistry of(org.bson.codecs.configuration.CodecRegistry registry)
Copyright © 2023 The Immutables.org authors. All rights reserved.