Module gg.xp.xivapi

Annotation Interface XivApiTransientField


@Retention(RUNTIME) @Target(METHOD) public @interface XivApiTransientField
Like XivApiField, but operates on the transient fields instead of the normal fields. If left with the default value, then the normal field naming semantics will apply - that is, if you wish to retrieve transient field "Foo", you can either name the method getFoo/isFoo and decorate it with @XivApiTransientField, or name the method whatever you want and decorate it with @XivApiTransientField("Foo").
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""