Class TransformerConfiguration
java.lang.Object
org.apache.activemq.artemis.core.config.TransformerConfiguration
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.artemis.json.JsonObjectBuilder
boolean
static TransformerConfiguration
This method returns aTransformerConfiguration
created from the JSON-formatted inputString
.int
hashCode()
void
setClassName
(String className) setProperties
(Map<String, String> properties) toString()
-
Field Details
-
CLASS_NAME
- See Also:
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
TransformerConfiguration
-
TransformerConfiguration
public TransformerConfiguration()
-
-
Method Details
-
setClassName
-
getClassName
-
getProperties
-
fromJSON
This method returns aTransformerConfiguration
created from the JSON-formatted inputString
. The input should contain these entries:- class-name - a string value,
- properties - an object containing string key-value pairs.
- Parameters:
jsonString
- json string- Returns:
- the
TransformerConfiguration
created from the JSON-formatted inputString
-
createJsonObjectBuilder
public org.apache.activemq.artemis.json.JsonObjectBuilder createJsonObjectBuilder() -
setProperties
- Parameters:
properties
- the properties to set
-
hashCode
public int hashCode() -
equals
-
toString
-