Package org.faktorips.runtime.xml
Interface IIpsLocalDateTimeAdapter
- All Superinterfaces:
IIpsXmlAdapter<String,LocalDateTime>
- All Known Implementing Classes:
LocalDateTimeAdapter
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringConvert a bound type to a value type.default LocalDateTimeConvert a value type to a bound type.
-
Method Details
-
unmarshal
Description copied from interface:IIpsXmlAdapterConvert a value type to a bound type.- Specified by:
unmarshalin interfaceIIpsXmlAdapter<String,LocalDateTime> - 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,LocalDateTime> - Parameters:
v- The value to be converted. Can be null.
-