Type to start searching...

Format : Extends Format

Properties
description : string

Format description.

element : identifier

Mapping XML element name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

exporter : qualJavaName

Mapping exporter Java class, implementing the XMLMessageMappingExporter interface.

Valid values based on“string”.
|[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*
loader : qualJavaName

Mapping loader Java class, implementing the XMLMessageMappingLoader interface.

Valid values based on“string”.
|[\p{L}_][\p{L}\p{N}_]*(\.[\p{L}_][\p{L}\p{N}_]*)*
name : string

Format name.

Content
Parents