Interface XMLDocumentUtilityHelper.NonNullTextToValueMapper<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.NonNullTextToValueMapper<T>
    An mapping of the text (never null) obtained from the XML file to some particular java type. To convert to string, you can use TEXT_TO_STRING mapping.
    Author:
    martin