Package | Description |
---|---|
org.jolokia.converter | |
org.jolokia.converter.json | |
org.jolokia.converter.json.simplifier | |
org.jolokia.converter.object |
Modifier and Type | Method and Description |
---|---|
StringToObjectConverter |
Converters.getToObjectConverter()
Get the converter which translates a given string value to a certain object (depending
on type)
|
Modifier and Type | Method and Description |
---|---|
Object |
TabularDataExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
Throws always
IllegalArgumentException since tabular data is immutable |
Object |
MapExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pMap,
String pKey,
Object pValue)
Set the value within a map, where the attribute is taken as key into the map.
|
Object |
ListExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pIndex,
Object pValue)
Set a value within a list
|
Object |
Extractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
If this extractor is able to set a value (see
Extractor.canSetValue() ), this method sets the value
even on an inner object |
Object |
EnumExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
If this extractor is able to set a value (see
Extractor.canSetValue() ), this method sets the value
even on an inner object |
Object |
DateExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
If this extractor is able to set a value (see
Extractor.canSetValue() ), this method sets the value
even on an inner object |
Object |
CompositeDataExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
If this extractor is able to set a value (see
Extractor.canSetValue() ), this method sets the value
even on an inner object |
Object |
CollectionExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
Setting of an object value is not supported for the collection converter
|
Object |
BeanExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
If this extractor is able to set a value (see
Extractor.canSetValue() ), this method sets the value
even on an inner object |
Object |
ArrayExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pIndex,
Object pValue)
Set a value in an array
|
Constructor and Description |
---|
ObjectToJsonConverter(StringToObjectConverter pStringToObjectConverter,
Extractor... pSimplifyHandlers)
New object-to-json converter
|
Modifier and Type | Method and Description |
---|---|
Object |
SimplifierExtractor.setObjectValue(StringToObjectConverter pConverter,
Object pInner,
String pAttribute,
Object pValue)
Throws always
IllegalArgumentException since a simplifier cannot be written to |
Constructor and Description |
---|
StringToOpenTypeConverter(StringToObjectConverter pStringToObjectConverter)
Constructor
|
Copyright © 2017. All rights reserved.