Package | Description |
---|---|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Method and Description |
---|---|
(package private) TypeParameterMap.Builder |
TypeParameterMap.Builder.addIndex(int classTypeParameterIndex)
Adds the type parameter index for a class that represents the whole property
|
(package private) TypeParameterMap.Builder |
TypeParameterMap.Builder.addIndex(int propertyTypeParameterIndex,
int classTypeParameterIndex)
Adds a mapping that represents the property
|
(package private) static TypeParameterMap.Builder |
TypeParameterMap.builder()
Creates a new builder for the TypeParameterMap
|