Uses of Interface
cz.martlin.xspf.util.XMLDocumentUtilityHelper.NonNullTextToValueMapper
-
Packages that use XMLDocumentUtilityHelper.NonNullTextToValueMapper Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XMLDocumentUtilityHelper.NonNullTextToValueMapper in cz.martlin.xspf.util
Fields in cz.martlin.xspf.util declared as XMLDocumentUtilityHelper.NonNullTextToValueMapper Modifier and Type Field Description static XMLDocumentUtilityHelper.NonNullTextToValueMapper<String>XMLDocumentUtilityHelper.NonNullTextToValueMapper. TEXT_TO_STRINGAn identity (i.e. empty) mapping.Methods in cz.martlin.xspf.util with parameters of type XMLDocumentUtilityHelper.NonNullTextToValueMapper Modifier and Type Method Description static <T> XMLDocumentUtilityHelper.NullableTextToValueMapper<T>XMLDocumentUtilityHelper.NullableTextToValueMapper. checked(XMLDocumentUtilityHelper.NonNullTextToValueMapper<T> nonNullMapper)Encapsulates the givenXMLDocumentUtilityHelper.NonNullTextToValueMapperto beXMLDocumentUtilityHelper.NullableTextToValueMapper.
-