Package | Description |
---|---|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PropertyAccessorImpl<T> |
Modifier and Type | Field and Description |
---|---|
private PropertyAccessor<T> |
PropertyModel.propertyAccessor |
private PropertyAccessor<T> |
PropertyModelBuilder.propertyAccessor |
Modifier and Type | Method and Description |
---|---|
PropertyAccessor<T> |
PropertyModel.getPropertyAccessor() |
PropertyAccessor<T> |
PropertyModelBuilder.getPropertyAccessor()
Returns the
PropertyAccessor |
Modifier and Type | Method and Description |
---|---|
PropertyModelBuilder<T> |
PropertyModelBuilder.propertyAccessor(PropertyAccessor<T> propertyAccessor)
Sets the
PropertyAccessor |
Constructor and Description |
---|
PropertyModel(java.lang.String name,
java.lang.String readName,
java.lang.String writeName,
TypeData<T> typeData,
Codec<T> codec,
PropertySerialization<T> propertySerialization,
java.lang.Boolean useDiscriminator,
PropertyAccessor<T> propertyAccessor) |