Uses of Class
specialized_checkers.CheckerCurrency
Packages that use CheckerCurrency
-
Uses of CheckerCurrency in specialized_checkers
Subclasses with type arguments of type CheckerCurrency in specialized_checkersModifier and TypeClassDescriptionclass
CheckerCurrency is a specialized checker for validating and performing assertions onCurrency
values.Methods in specialized_checkers that return CheckerCurrencyModifier and TypeMethodDescriptionstatic CheckerCurrency
Creates a new CheckerCurrency instance for the given currency with a default name.static CheckerCurrency
Creates a new CheckerCurrency instance for the given currency and name.Checks if the currency has the specified symbol in the default locale.Checks if the currency has the specified symbol in the given locale.Checks if the currency is the one used in the specified locale.protected CheckerCurrency
CheckerCurrency.self()
Returns this instance (for fluent API usage).CheckerCurrency.withDefaultFractionDigits
(int n) Checks if the currency has the specified number of default fraction digits. -
Uses of CheckerCurrency in util
Methods in util that return CheckerCurrencyModifier and TypeMethodDescriptionChecker.isCurrency()
Checks if the object is a Currency and returns a CheckerCurrency for further validation.