public class PojoCodecProvider extends Object implements org.bson.codecs.configuration.CodecProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
PojoCodecProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PojoCodecProvider.Builder |
builder() |
<T> org.bson.codecs.Codec<T> |
get(Class<T> clazz,
org.bson.codecs.configuration.CodecRegistry registry) |
public static PojoCodecProvider.Builder builder()
public <T> org.bson.codecs.Codec<T> get(Class<T> clazz, org.bson.codecs.configuration.CodecRegistry registry)
get in interface org.bson.codecs.configuration.CodecProviderCopyright © 2017 BILD GmbH & Co. KG. All rights reserved.