Interface IIpsLocalDateAdapter

All Superinterfaces:
IIpsXmlAdapter<String,LocalDate>
All Known Implementing Classes:
LocalDateAdapter

public interface IIpsLocalDateAdapter extends IIpsXmlAdapter<String,LocalDate>
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Convert a bound type to a value type.
    default LocalDate
    Convert a value type to a bound type.