| Modifier and Type | Method and Description |
|---|---|
static List<Document> |
of(Map<String,?> values)
|
static Document |
of(String name,
Object value)
An alias to
Document.of(String, Object) |
public static Document of(String name, Object value)
Document.of(String, Object)name - the namevalue - the valuepublic static List<Document> of(Map<String,?> values)
values - the mapNullPointerException - when map is nullCopyright © 2017–2020 Eclipse Foundation. All rights reserved.