Interface CurrencyContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
SimpleCurrencyContext

@Deprecated public interface CurrencyContext extends Serializable
Deprecated.
Interface for determining a CurrencyUnit within a particular thread of execution.
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.money.CurrencyUnit
    Deprecated.
    Obtains the current currency associated with this execution
  • Method Details

    • getCurrency

      @Nullable javax.money.CurrencyUnit getCurrency()
      Deprecated.
      Obtains the current currency associated with this execution
      Returns:
      the current currency or null if there is none specified