Package jakarta.ws.rs

Annotation Interface StreamParam


@Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented public @interface StreamParam
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Default resolver to process the stream regionInput
  • Element Details

    • resolver

      Class<?> resolver
      Default resolver to process the stream regionInput
      Default:
      io.vertx.up.uca.rs.mime.resolver.UnsetResolver.class