public class XML
extends org.rapidoid.RapidoidThing
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.dataformat.xml.XmlMapper |
newMapper() |
static <T> T |
parse(byte[] xml,
Class<T> valueType) |
static <T> T |
parse(String xml,
Class<T> valueType) |
static String |
stringify(Object obj) |
static void |
stringify(Object value,
ReusableWritable out) |
public static com.fasterxml.jackson.dataformat.xml.XmlMapper newMapper()
public static void stringify(Object value, ReusableWritable out)
public static <T> T parse(byte[] xml,
Class<T> valueType)
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.