Annotation Type ReturnValueWireType


@Retention(RUNTIME) @Target(METHOD) public @interface ReturnValueWireType
Annotation for the type that will be used to deserialize the return value of a REST API response. Supported values are:
  1. Base64Url
  2. DateTimeRfc1123
  3. Page
  4. List<T> where T can be one of the four values above.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type that the service interface method's return value will be converted from.
  • Element Details

    • value

      Class<?> value
      The type that the service interface method's return value will be converted from.
      Returns:
      The type that the service interface method's return value will be converted from.