Package | Description |
---|---|
org.bson.codecs.configuration |
This package contains codec configurations and the codec registry helper
|
Modifier and Type | Class and Description |
---|---|
static class |
Optional.Some<T> |
Modifier and Type | Field and Description |
---|---|
private static Optional<java.lang.Object> |
Optional.NONE |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<java.lang.Class<?>,Optional<? extends Codec<?>>> |
CodecCache.codecCache |
Modifier and Type | Method and Description |
---|---|
static <T> Optional<T> |
Optional.empty() |
static <T> Optional<T> |
Optional.of(T it) |