Class BroadleafMoneyModule.FieldNames
java.lang.Object
com.broadleafcommerce.money.jackson.BroadleafMoneyModule.FieldNames
- Enclosing class:
- BroadleafMoneyModule<M extends javax.money.MonetaryAmount>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionwithAmount
(String amount) withCurrency
(String currency) withFormatted
(String formatted)
-
Field Details
-
DEFAULT
-
-
Method Details
-
getAmount
-
getCurrency
-
getFormatted
-
valueOf
public static BroadleafMoneyModule.FieldNames valueOf(String amount, String currency, String formatted) -
withAmount
- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withCurrency
- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-
withFormatted
- Returns:
- a clone of this object, except with this updated property (returns
this
if an identical value is passed).
-