public class ReadXmlDocumentFromResource extends Object implements java.util.function.Function<URL,Document>
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<Document,String> |
TO_STRING |
| Constructor and Description |
|---|
ReadXmlDocumentFromResource() |
| Modifier and Type | Method and Description |
|---|---|
Document |
apply(URL xmlResource) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic static java.util.function.Function<Document,String> TO_STRING
public Document apply(URL xmlResource)
apply in interface java.util.function.Function<URL,Document>Copyright © 2017 camunda services GmbH. All rights reserved.