Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Type

Description

type

Class

Class type to convert to

charset

String

charset name for conversions from byte to String

Spring XML

Wiki Markup
<convertBodyto type="<String>" \[charset="<String>"\] >

Parameter

Type

Description

type

String

Fully qualified name of a Java Class to convert to

charset

String

charset name for conversions from byte to String

...