Java org.apache.commons.scxml2.io ContentParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml2.io ContentParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml2.io ContentParser.

The text is from its open source code.

Constructor

ContentParser(final ObjectMapper jsonObjectMapper)
Constructor with a custom configured Jackson ObjectMapper

Method

ObjectparseJson(final String jsonString)
Parse and map JSON string to 'raw' Java Objects: object -> LinkedHashMap, array -> ArrayList
StringspaceNormalizeContent(final String content)
Space normalize content string, trimming pre/post-fixed whitespace and collapsing embedded whitespaces to single space.
StringtrimContent(final String content)
Trim pre/post-fixed whitespace from content string