public class MessageFieldDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<?> |
DataTypeClass
The class of the datatype for this field
|
java.lang.Class<?> |
FetchingClass
The class that extracts the field from the message
|
java.lang.String |
MessageFieldName
The name of the field.
|
java.lang.String |
Parameter
The configuration parameter for the field
|
public java.lang.String MessageFieldName
public java.lang.Class<?> FetchingClass
public java.lang.Class<?> DataTypeClass
public java.lang.String Parameter