Package | Description |
---|---|
org.bson.codecs.pojo |
This package contains classes specific to mapping user POJOs.
|
Modifier and Type | Method and Description |
---|---|
PropertyModel<T> |
PropertyModelBuilder.build()
Creates the
PropertyModel . |
PropertyModel<?> |
ClassModel.getIdPropertyModel()
Returns the
PropertyModel mapped as the id property for this ClassModel |
PropertyModel<?> |
ClassModel.getPropertyModel(String propertyName)
Gets a
PropertyModel by the property name. |
Modifier and Type | Method and Description |
---|---|
List<PropertyModel<?>> |
ClassModel.getPropertyModels()
Returns all the properties on this model
|
Modifier and Type | Method and Description |
---|---|
<S> void |
InstanceCreator.set(S value,
PropertyModel<S> propertyModel)
Sets a value for the given PropertyModel
|
Copyright © 2018. All rights reserved.