Module java.money

Class ConversionContext

java.lang.Object
javax.money.AbstractContext
javax.money.convert.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.
Author:
Anatole Tresch
See Also:
Serialized Form