Interface IIpsMoneyAdapter

All Superinterfaces:
IIpsXmlAdapter<String,org.faktorips.values.Money>

public interface IIpsMoneyAdapter extends IIpsXmlAdapter<String,org.faktorips.values.Money>
IIpsXmlAdapter for Money.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    marshal(org.faktorips.values.Money v)
    Convert a bound type to a value type.
    default org.faktorips.values.Money
    Convert a value type to a bound type.
  • Method Details

    • unmarshal

      default org.faktorips.values.Money unmarshal(String v)
      Description copied from interface: IIpsXmlAdapter
      Convert a value type to a bound type.
      Specified by:
      unmarshal in interface IIpsXmlAdapter<String,org.faktorips.values.Money>
      Parameters:
      v - The value to be converted. Can be null.
    • marshal

      default String marshal(org.faktorips.values.Money v)
      Description copied from interface: IIpsXmlAdapter
      Convert a bound type to a value type.
      Specified by:
      marshal in interface IIpsXmlAdapter<String,org.faktorips.values.Money>
      Parameters:
      v - The value to be converted. Can be null.