Uses of Interface
cz.martlin.xspf.util.XMLDocumentUtilityHelper.NullableValueToTextMapper
-
Packages that use XMLDocumentUtilityHelper.NullableValueToTextMapper Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XMLDocumentUtilityHelper.NullableValueToTextMapper in cz.martlin.xspf.util
Fields in cz.martlin.xspf.util declared as XMLDocumentUtilityHelper.NullableValueToTextMapper Modifier and Type Field Description static XMLDocumentUtilityHelper.NullableValueToTextMapper<String>XMLDocumentUtilityHelper.NullableValueToTextMapper. STRING_TO_TEXTAn identity (i.e. empty) mapping.Methods in cz.martlin.xspf.util that return XMLDocumentUtilityHelper.NullableValueToTextMapper Modifier and Type Method Description static <T> XMLDocumentUtilityHelper.NullableValueToTextMapper<T>XMLDocumentUtilityHelper.NullableValueToTextMapper. checked(XMLDocumentUtilityHelper.NonNullValueToTextMapper<T> nonNullMapper)Encapsulates the givenXMLDocumentUtilityHelper.NonNullValueToTextMapperto beXMLDocumentUtilityHelper.NullableValueToTextMapper.Methods in cz.martlin.xspf.util with parameters of type XMLDocumentUtilityHelper.NullableValueToTextMapper Modifier and Type Method Description <T> voidXMLDocumentUtility. setElementAttr(Element owner, String attrName, T value, XMLDocumentUtilityHelper.NullableValueToTextMapper<T> mapper)Sets the value of the given element attribute of given name, converted by given mapper.<T> voidXMLDocumentUtility. setElementValue(Element elem, T value, XMLDocumentUtilityHelper.NullableValueToTextMapper<T> mapper)Sets the value of the given element, converted by given mapper.<T> voidXMLDocumentUtility. setChildElementValue(Element owner, String elemName, T value, XMLDocumentUtilityHelper.NullableValueToTextMapper<T> mapper)Sets the value of the given element child of given name, converted by given mapper.<T> StringXMLDocumentUtilityHelper. valueToText(T value, XMLDocumentUtilityHelper.NullableValueToTextMapper<T> mapper)Converts the given value of particular type to text by the given mapper.
-