Package | Description |
---|---|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Method and Description |
---|---|
List<? extends TypeWithTypeParameters<?>> |
TypeWithTypeParameters.getTypeParameters() |
Modifier and Type | Method and Description |
---|---|
<T> Codec<T> |
PropertyCodecRegistry.get(TypeWithTypeParameters<T> type)
Gets a
Codec for the given Class. |
<T> Codec<T> |
PropertyCodecProvider.get(TypeWithTypeParameters<T> type,
PropertyCodecRegistry registry)
Get a
Codec using the given context, which includes, most importantly, the class and bound type parameters
for which a Codec is required. |
Copyright © 2018. All rights reserved.