Interface IIpsLocalTimeAdapter

All Superinterfaces:
IIpsXmlAdapter<String,LocalTime>
All Known Implementing Classes:
LocalTimeAdapter

public interface IIpsLocalTimeAdapter extends IIpsXmlAdapter<String,LocalTime>
  • Method Summary

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