Package | Description |
---|---|
org.jolokia.converter.json | |
org.jolokia.converter.json.simplifier |
Modifier and Type | Class and Description |
---|---|
class |
ArrayExtractor
Extractor for extracting arrays of any kind.
|
class |
BeanExtractor
Extractor for plain Java objects.
|
class |
CollectionExtractor
Extractor used for arbitrary collections.
|
class |
CompositeDataExtractor
Extractor for
CompositeData |
class |
DateExtractor
Extractor for sophisticated date handling which support virtual
path handling (i.e for converting to epoch time or an ISO-8601 format)
|
class |
EnumExtractor
Extractor for extracting enums.
|
class |
ListExtractor
Extract a
List |
class |
MapExtractor
Extractor for Maps (which turns
Map into JSONObject ) |
class |
TabularDataExtractor |
Constructor and Description |
---|
ObjectToJsonConverter(StringToObjectConverter pStringToObjectConverter,
Extractor... pSimplifyHandlers)
New object-to-json converter
|
Modifier and Type | Class and Description |
---|---|
class |
BigIntegerSimplifier
Simplifier for BigIntegers which result in a map with a single key
bigint |
class |
ClassSimplifier
Simplifier for class objects.
|
class |
DomElementSimplifier
Special deserialization for DOM Elements to shorten the info
|
class |
FileSimplifier
Special deserialization for Files to shorten the info
|
class |
ObjectNameSimplifier
Special deserialization for ObjectNames to their canonical format.
|
class |
SimplifierExtractor<T>
Base class for all simplifiers.
|
class |
UrlSimplifier
Simplifier for URLs which result in a map with a single key
url |
Copyright © 2019. All rights reserved.