Annotation Interface FFMCharset
Specifies the charset used for string values.
The default charset is FFMCharset.Type.ISO_8859_1. When this annotation is applied to a class, it changes the default charset for that class. The charset
can further be customized per function, by applying this annotation to specific return values and parameters.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Optional Element Summary
Optional Elements
-
Field Details
-
DEFAULT
The default charset type.
-
-
Element Details
-
value
FFMCharset.Type valueThe charset type.If not specified, defaults to
FFMCharset.Type.ISO_8859_1(a.k.a. Latin-1).- Default:
ISO_8859_1
-