- factory - Variable in class org.wisdom.content.jackson.JacksonSingleton
-
The document builder factory used to create new document.
- fromInputStream(InputStream, Charset) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Builds a new XML Document from the given input stream.
- fromJson(JsonNode, Class<A>) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Converts a JsonNode to a Java value.
- fromJson(String, Class<A>) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Converts a Json String to a Java value.
- fromString(String) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Builds a new XML Document from the given (xml) string.
- fromXML(Document, Class<A>) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Builds a new instance of the given class clazz from the given XML document.
- fromXML(String, Class<A>) - Method in class org.wisdom.content.jackson.JacksonSingleton
-
Builds a new instance of the given class clazz from the given XML string.