Class DataMongoProperties.Representation
java.lang.Object
org.springframework.boot.data.mongodb.autoconfigure.DataMongoProperties.Representation
- Enclosing class:
DataMongoProperties
- Since:
- 4.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation
void
setBigDecimal
(@Nullable org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation bigDecimal)
-
Constructor Details
-
Representation
public Representation()
-
-
Method Details
-
getBigDecimal
public @Nullable org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation getBigDecimal() -
setBigDecimal
public void setBigDecimal(@Nullable org.springframework.data.mongodb.core.convert.MongoCustomConversions.BigDecimalRepresentation bigDecimal)
-