Annotation Interface Content


@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD}) public @interface Content
OpenAPI response content descriptor.
  • Element Details

    • contentType

      ContentType contentType
      Default:
      JSON
    • schema

      Class<?> schema
      Default:
      java.lang.Void.class
    • array

      boolean array
      Default:
      false