Package org.faktorips.runtime.xml
Interface IIpsLocalTimeAdapter
- All Superinterfaces:
IIpsXmlAdapter<String,LocalTime>
- All Known Implementing Classes:
LocalTimeAdapter
IIpsXmlAdapter for LocalTime.-
Method Summary
-
Method Details
-
unmarshal
Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsXmlAdapter<String,LocalTime> - Parameters:
v- The value to be converted. Can be null.
-
marshal
Description copied from interface:IIpsXmlAdapterConvert a bound type to a value type.- Specified by:
marshalin interfaceIIpsXmlAdapter<String,LocalTime> - Parameters:
v- The value to be converted. Can be null.
-