public static class Settings.SerializerSettings extends Object
MessageSerializer
implementations.Modifier and Type | Field and Description |
---|---|
String |
className
The fully qualified class name of the
MessageSerializer implementation. |
Map<String,Object> |
config
A
Map containing MessageSerializer specific configurations. |
Constructor and Description |
---|
SerializerSettings() |
public String className
MessageSerializer
implementation. This class name will be
used to load the implementation from the classpath.public Map<String,Object> config
Map
containing MessageSerializer
specific configurations. Consult the
MessageSerializer
implementation for specifics on what configurations are expected.Copyright © 2013–2022 Apache Software Foundation. All rights reserved.