Class OptionalToContainedObject


  • public class OptionalToContainedObject
    extends Conversion<Optional,​Object>
    This conversion is necessary to allow Optionals to be used as parameters. It basically resolves them to the contained object (which may have to be converted further afterwards).
    Author:
    Rene Schneider - initial API and implementation