Uses of Class
com.luchersol.core.specialized_checkers.CheckerCurrency
Packages that use CheckerCurrency
Package
Description
Specialized checker implementations for various data types and structures.
Core utility classes and base abstractions for the Checker framework.
-
Uses of CheckerCurrency in com.luchersol.core.specialized_checkers
Subclasses with type arguments of type CheckerCurrency in com.luchersol.core.specialized_checkersModifier and TypeClassDescriptionclassA specialized checker forCurrencyinstances, providing a fluent API to assert various currency properties such as symbol, fraction digits, and locale association.Methods in com.luchersol.core.specialized_checkers that return CheckerCurrencyModifier and TypeMethodDescriptionstatic CheckerCurrencyCreates a new CheckerCurrency instance for the given currency with a default name.static CheckerCurrencyCreates 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 CheckerCurrencyCheckerCurrency.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 com.luchersol.core.util
Methods in com.luchersol.core.util that return CheckerCurrencyModifier and TypeMethodDescriptionChecker.isCurrency()Checks if the object is a Currency and returns a CheckerCurrency for further validation.