Java org.springframework.data.mongodb.core.mapping MongoPersistentProperty fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.mapping MongoPersistentProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.mapping MongoPersistentProperty.

The text is from its open source code.

Implementation

org.springframework.data.mongodb.core.mapping.MongoPersistentProperty has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetComponentType()
Returns the component type of the type if it is a java.util.Collection .
DBRefgetDBRef()
Returns the DBRef if the property is a reference.
FieldgetField()
StringgetFieldName()
Returns the name of the field a property is persisted to.
StringgetName()
The name of the property
StringgetSpelExpression()
ClassgetType()
The type of the property
TypeInformationgetTypeInformation()
Returns the TypeInformation of the property.
booleanisArray()
Returns whether the property is an array.
booleanisCollectionLike()
Returns whether the property is a Collection , Iterable or an array.
booleanisDbReference()
Returns whether the property is a com.mongodb.DBRef .
booleanisMap()
Returns whether the property is a Map .
booleanusePropertyAccess()
Returns whether property access shall be used for reading the property value.