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 TypeMethodDescriptionbooleanstatic TransformerConfigurationThis method returns aTransformerConfigurationcreated from the JSON-formatted inputString.inthashCode()voidsetClassName(String className) setProperties(Map<String, String> properties) add properties to thisTransportConfigurationtoString()
-
Field Details
-
CLASS_NAME
- See Also:
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
TransformerConfiguration
-
TransformerConfiguration
public TransformerConfiguration()
-
-
Method Details
-
setClassName
-
getClassName
-
getProperties
-
fromJSON
This method returns aTransformerConfigurationcreated 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
TransformerConfigurationcreated from the JSON-formatted inputString
-
createJsonObjectBuilder
-
setProperties
add properties to thisTransportConfiguration- Parameters:
properties- the properties to set
-
hashCode
public int hashCode() -
equals
-
toString
-