Annotation Interface FFMCharset


@Target({TYPE,METHOD,PARAMETER}) @Retention(RUNTIME) public @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
    Modifier and Type
    Class
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FFMCharset.Type
    The default charset type.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The charset type.