Interface XMLDocumentUtilityHelper.NonNullValueToTextMapper<T>

  • Type Parameters:
    T -
    Enclosing class:
    XMLDocumentUtilityHelper
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface XMLDocumentUtilityHelper.NonNullValueToTextMapper<T>
    An mapping of the particular java object (never null) to text to fill into the XML file. To convert a string, you can use STRING_TO_TEXT mapping.
    Author:
    martin