Serialized Form
-
Package org.joda.money
-
Class org.joda.money.BigMoney
class BigMoney extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Block malicious data streams.- Parameters:
ois
- the input stream, not null- Throws:
InvalidObjectException
- if an error occurs
-
writeReplace
Uses a serialization delegate.
-
-
Serialized Fields
-
amount
BigDecimal amount
The amount, not null. -
currency
CurrencyUnit currency
The currency, not null.
-
-
Exception Class org.joda.money.CurrencyMismatchException
class CurrencyMismatchException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
firstCurrency
CurrencyUnit firstCurrency
First currency. -
secondCurrency
CurrencyUnit secondCurrency
Second currency.
-
-
Class org.joda.money.CurrencyUnit
class CurrencyUnit extends Object implements Serializable- serialVersionUID:
- 327835287287L
-
Serialization Methods
-
readObject
Block malicious data streams.- Parameters:
ois
- the input stream, not null- Throws:
InvalidObjectException
- if an error occurs
-
writeReplace
Uses a serialization delegate.
-
-
Serialized Fields
-
code
String code
The currency code, not null. -
decimalPlaces
short decimalPlaces
The number of decimal places. -
numericCode
short numericCode
The numeric currency code.
-
-
Exception Class org.joda.money.IllegalCurrencyException
class IllegalCurrencyException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Class org.joda.money.Money
class Money extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Block malicious data streams.- Parameters:
ois
- the input stream, not null- Throws:
InvalidObjectException
- if an error occurs
-
writeReplace
Uses a serialization delegate.
-
-
Serialized Fields
-
money
BigMoney money
The money, not null.
-
-
-
Package org.joda.money.format
-
Class org.joda.money.format.MoneyAmountStyle
class MoneyAmountStyle extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
absValue
boolean absValue
Whether to use the absolute value instead of the signed value. -
decimalPointCharacter
int decimalPointCharacter
The character used for the decimal point. -
extendedGroupingSize
int extendedGroupingSize
The size of each group. -
forceDecimalPoint
boolean forceDecimalPoint
Whether to always require the decimal point to be visible. -
groupingCharacter
int groupingCharacter
The character used for grouping. -
groupingSize
int groupingSize
The size of each group. -
groupingStyle
GroupingStyle groupingStyle
Whether to group or not. -
negativeCharacter
int negativeCharacter
The prefix string when the amount is negative. -
positiveCharacter
int positiveCharacter
The character representing the positive sign. -
zeroCharacter
int zeroCharacter
The character defining zero, and thus the numbers zero to nine.
-
-
Exception Class org.joda.money.format.MoneyFormatException
class MoneyFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 87533576L
-
Class org.joda.money.format.MoneyFormatter
class MoneyFormatter extends Object implements Serializable- serialVersionUID:
- 2385346258L
-
Serialized Fields
-
locale
Locale locale
The locale to use. -
printerParser
org.joda.money.format.MultiPrinterParser printerParser
The printer/parser.
-
-