Module java.money

Class ConversionContext

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ConversionContext
    extends AbstractContext
    This class models a context for which a ExchangeRate is valid. It allows to define different settings such as
    • the required RateType,
    • the required target timestamp
    • the required validity duration
    • additional non standard or extended attributes determined by the implementations participating in the ExchangeRateProvider chain.
    This class is immutable, thread-safe and serializable.
    See Also:
    Serialized Form