Package com.azure.core.annotation
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:Base64UrlDateTimeRfc1123UnixTimePageList<T>whereTcan be one of the four values above.
-
-
Element Detail
-
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.
-
-