Uses of Class
org.bson.codecs.pojo.PropertyModel
-
Packages that use PropertyModel Package Description org.bson.codecs.pojo This package contains classes specific to mapping user POJOs. -
-
Uses of PropertyModel in org.bson.codecs.pojo
Methods in org.bson.codecs.pojo that return PropertyModel Modifier and Type Method Description PropertyModel<T>
PropertyModelBuilder. build()
Creates thePropertyModel
.PropertyModel<?>
ClassModel. getIdPropertyModel()
Returns thePropertyModel
mapped as the id property for this ClassModelPropertyModel<?>
ClassModel. getPropertyModel(String propertyName)
Gets aPropertyModel
by the property name.Methods in org.bson.codecs.pojo that return types with arguments of type PropertyModel Modifier and Type Method Description List<PropertyModel<?>>
ClassModel. getPropertyModels()
Returns all the properties on this modelMethods in org.bson.codecs.pojo with parameters of type PropertyModel Modifier and Type Method Description <S> void
InstanceCreator. set(S value, PropertyModel<S> propertyModel)
Sets a value for the given PropertyModel
-